Open Context Protocol is live! 🚀 Read the launch post
deleteSpaceDefaultClassificationLevel

deleteSpaceDefaultClassificationLevel

Delete space default classification level

DELETE /spaces/{id}/classification-level/default HTTP/1.1

Parameters

{
  "id": {
    "description": "The ID of the space for which default classification level should be deleted.",
    "required": true,
    "location": "path",
    "type": "integer",
    "format": "int64"
  }
}