DELETE /users/[user_id]
Deletes a user.
DELETE https://your-domain.com/users/USER_ID
Successful response
No response body (204).
Error codes
- [404]
NOT_FOUND
: The user does not exist. - [500]
UNKNOWN_ERROR
Deletes a user.
DELETE https://your-domain.com/users/USER_ID
No response body (204).
NOT_FOUND
: The user does not exist.UNKNOWN_ERROR