Open Context Protocol is live! 🚀 Read the launch post

deleteSpacePropertyById

Delete space property by id

DELETE /spaces/{space-id}/properties/{property-id} HTTP/1.1

Parameters

{
  "space-id": {
    "description": "The ID of the space the property belongs to.",
    "required": true,
    "location": "path",
    "type": "integer",
    "format": "int64"
  },
  "property-id": {
    "description": "The ID of the property to be deleted.",
    "required": true,
    "location": "path",
    "type": "integer",
    "format": "int64"
  }
}