Delete a user role assignment​
Delete a user role assignment
Path Parameters
id uuid required
ID of the object to retrieve, update, or delete
Responses
- 200
- 400
- 500
User role was destroyed
application/json
Schema
Example (from schema)
Schema
object
{}
Bad Request - unable to complete.
application/json
Schema
Example (from schema)
Schema
oneOf
InvalidJson
ValidationErrors
error
error
errors
{}
Internal Server Error - returned on unhandled exceptions.
application/json
Schema
Example (from schema)
Schema
error
A message describing the error
{
"error": "Sorry something went wrong"
}
Loading...