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