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

userId
string
required

ID of the user to delete

Response

User deleted successfully

message
string
required
Example:

"User 123e4567-e89b-12d3-a456-426614174000 has been deleted"