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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cybedefend.com/llms.txt

Use this file to discover all available pages before exploring further.

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.