Skip to main content
DELETE
http://localhost:3000
/
scope-overrides
/
role-permissions
/
{id}
curl -X DELETE 'https://api.example.com/scope-overrides/role-permissions/override_789' \
  -H 'Authorization: Bearer YOUR_TOKEN'
{
  "success": true
}

Path Parameters

id
string
required
The override ID to delete

Response

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