Skip to main content
DELETE
Delete a user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
integer
required

User ID to delete

Response

200 - application/json

User deleted successfully

The response is of type boolean.