Update candidate review session info
DELETE /api/v1/integrations/external/review-sessions/{externalId}
Header
| Name | Data Type | Description |
|---|---|---|
| Content-type: | application/json | for all requests |
| Authorization: | EAPI {token} | for all requests |
Response codes
| Code | Description |
|---|---|
| 200 | Successful operation |
| 403 | Not allowed to use external API |
| 400 | Possible error codes: 1100: ReviewSessionExternalId can not be null or empty |
1101: Review session has not been found |
|
1102: Visited review session can not be deleted |
|
| 500 | Internal server error |