Skip to main content
DELETE
/
users
/
{userName}
Error
A valid request URL is required to generate request examples
{
  "code": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

userName
string
required

The unique identifier of the user Valid email address pattern

Response

User deleted successfully