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