Delete a User
  • 01 Jul 2021
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Delete a User

  • Dark
    Light
  • PDF

Article Summary

Delete users

DELETE /user/{externalId}

Deleted users go to the "Trash Can"

After a /delete the user is moved to the "Trash Can" and therefore cannot be added straightaway. See Trash Can for how to recover or delete it.

NameData TypeDescription
Content-type:application/jsonfor all requests
Authorization:EAPI {token}for all requests

Request Parameters

Parameters indicated with a * are mandatory

ParameterTypeDescription
externalId*StringThe external ID of a user that needs to be fetched. The externalID corresponds with the 'User ID' within the usermanagement.

Sample successfull Response

{
  "Success": true,
  "Errors": null
}

Responses

CodeDescription
200Successful operation
400Possible errors:
102: Unknown error
202: User has not been found
260: Current user can not be deleted with external api
403Not allowed to use external API
500Internal server error


Was this article helpful?

What's Next