curl -X DELETE 'https://api.example.com/role-assignments/role_456/mem_123' \
-H 'Authorization: Bearer YOUR_TOKEN'
{
"success": true
}
Delete a role assignment by specifying the role and membership
curl -X DELETE 'https://api.example.com/role-assignments/role_456/mem_123' \
-H 'Authorization: Bearer YOUR_TOKEN'
{
"success": true
}
Was this page helpful?