Skip to main content
DELETE
http://localhost:3000
/
scope-overrides
/
roles
/
{childScopeId}
/
{roleId}
curl -X DELETE 'https://api.example.com/scope-overrides/roles/scope_team/role_admin' \
  -H 'Authorization: Bearer YOUR_TOKEN'
{
  "success": true
}

Path Parameters

childScopeId
string
required
The child scope ID
roleId
string
required
The role ID

Response

Returns a success confirmation.
curl -X DELETE 'https://api.example.com/scope-overrides/roles/scope_team/role_admin' \
  -H 'Authorization: Bearer YOUR_TOKEN'
{
  "success": true
}