Delete candidate data
Purpose
This API endpoint enables softgarden to delete applicant data in the assessment partner’s system. This might happen as part of the data deletion procedure or upon candidate request.
The URL can be configured by softgarden but needs to be provided in the configuration process.
HTTP-Method
DELETE
Path
3rd party provider path /{invitationId}
Authentification
Bearer Token
Example curl call
1 2 |
curl --location --request GET '[3rd party api endpoint for deleting applicant data]/some-invitation-id' \ --header 'Authorization: Bearer [token]' |
Expected response codes:
Code | Meaning |
200 or 204 | deletion was done successfully |
400 | candidate not found |
401 | unauthorized |