Users
Delete a user
Use this method to delete a specific users, using its id
.
This operation cannot be undone.
DELETE
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique user identifier, generated when the user was created.
Response
204
User has been successfully deleted