Unassign User Role
AuthorizationBearer <token>
In: header
Path Parameters
user_id*User Id
role_id*Role Id
Response Body
application/json
curl -X DELETE "https://loading/api/v2/roles/users/string/string"Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}