- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Delete Assessment
DELETE /assessment/{externalId}
Header
Name | Data Type | Description |
---|---|---|
Content-type: | application/json | for all requests |
Authorization: | EAPI {token} | for all requests |
Request Parameters
Parameters indicated with a * are mandatory
Parameter | Type | Description | max length |
---|---|---|---|
externalId* | String | The external ID of a user that needs to be fetched |
Sample successfull Response
{
"Success": true,
"Errors": null
}
Responses
Code | Description |
---|---|
200 | Successful operation |
400 | Possible errors: Assessment hasn't been found by external id externalId Can't delete published assessment (External id: externalId) |
403 | Not allowed to use external API |
500 | Internal server error |
- */{externalId})
:::
- */{externalId})
Was this article helpful?