RUAL Documentation

DELETE /users/{guid}

Delete a specific user

/users/{guid} DELETE
Delete a specific user
Key Type Example
:guid required string
"example-guid"
Key Type Example
authorization required string
"Bearer your-jwt-token"
{ "guid": "example-string" }
{ "success": false, "error": "ERROR_KEY" }
permission description
BearerAuth JWT access token obtained from login endpoint required

Back to Users Return to the Users category to view other endpoints All API Categories Browse all available API categories