Delete applicants account

Use the /me endpoint in combination with a DELETE request to delete an applicants account. All applications are withdrawn and the account will be deleted completely.

By sending the following DELETE-request, you can delete an applicants account:

with TOKEN being a user access token. It is used to determine the validity of this request.

Path parameters

– none –

Query parameters

– none –

Response values

Upon Returned value Description
failure 500 – INTERNAL SERVER ERROR When an error appears while processing your request.
authorization error 401 / 403 See here for details.

You won’t get any feedback if your request succeeds.

Comments

Comments are closed.