delete /users/{id}

Delete a user.

Delete the user specified by the id parameter.

Path parameters

id (required)
The ID of the user to delete.

Responses

204
Success. The specified user has been deleted.

400
One of the following errors has occurred:The ID of the request is malformed.The specified email is in use.

403
The user is not authorized to delete a user.

404
The specified user was not found.