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