Delete applicants account
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:
1 2 |
curl -i -H "Authorization: Bearer TOKEN" -H "Content-Type: application/json" -X DELETE "https://api.softgarden.io/api/rest/v2/frontend/me" |
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.