Skip to main content
DELETE
/
organization
/
{organizationId}
/
licenses
/
classifications
Reset License Classifications
curl --request DELETE \
  --url https://api.example.com/organization/{organizationId}/licenses/classifications
{
  "success": true,
  "message": "All license classification overrides have been reset"
}

Path Parameters

organizationId
string
required
The UUID of the organization

Authorization

Requires manage permission on the organization.

Response

success
boolean
Whether the request succeeded
message
string
Confirmation message
{
  "success": true,
  "message": "All license classification overrides have been reset"
}
This action removes all organization-level license classification overrides and reverts to CybeDefend’s default classifications. This cannot be undone.