cURL
curl --request DELETE \ --url https://api.example.com/v1/users/{user_id}/roles/{role_id}
{ "code": "roles.role_not_found", "message": "Role not found" }
Remove role from user
Documentation IndexFetch the complete documentation index at: https://docs.corebanq.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.corebanq.com/llms.txt
Use this file to discover all available pages before exploring further.
Role removed successfully