curl -X DELETE 'https://api.example.com/scope-hierarchy/scope_org/scope_team' \
-H 'Authorization: Bearer YOUR_TOKEN'
{
"success": true
}
Remove a parent-child relationship between two scopes
curl -X DELETE 'https://api.example.com/scope-hierarchy/scope_org/scope_team' \
-H 'Authorization: Bearer YOUR_TOKEN'
{
"success": true
}
Was this page helpful?