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

Path Parameters

parentScopeId
string
required
The parent scope ID
childScopeId
string
required
The child scope ID

Response

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