curl -X DELETE 'https://api.example.com/role-assignments/ra_123' \
-H 'Authorization: Bearer YOUR_TOKEN'
{
"success": true
}
Delete a role assignment by its ID
curl -X DELETE 'https://api.example.com/role-assignments/ra_123' \
-H 'Authorization: Bearer YOUR_TOKEN'
{
"success": true
}
Was this page helpful?