DeleteUser

DELETE /users/

Delete the user

Responses

  • 204 application/json

    Default Response

    Hide response attribute Show response attribute object
  • 401 application/json

    Unauthorized

    Unauthorized

  • 503 application/json

    Service Unavailable

    Service Unavailable

DELETE /users/
curl \
 --request DELETE 'http://api.example.com/users/' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (204)
{
  "message": "string"
}
Response examples (401)
string
Response examples (503)
string