Delete a role assignment
DELETE {{baseUrl}}/roles/:id/assignments
Removes the assigned user from a role and adds to the default role.
Request Body
{"user_id"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"id":2}}