DELETE
/
classification-classes
/
{classification_class_id}
/
{
  "status": "success",
  "error": ""
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Current-Org-Id
string | null

Represents the current organisation ID for the user (example: 'org_u13TesTDumMyEe5P')

Api-key
string | null

Path Parameters

classification_class_id
string
required

Response

200
application/json

Confirms the successful deletion of the specified classification class hierarchy

A standard reply for many of our calls which has a 'status' ('success/failure') field and an 'error' field for failures.

Attributes:

  • status: The status of the operation. Always one of 'success' or 'failure'.
  • error: The error message, if any. Empty string if none.