Open Context Protocol is live! 🚀 Read the launch post

deleteSmartLinkPropertyById

Delete content property for Smart Link in the content tree by id

DELETE /embeds/{embed-id}/properties/{property-id} HTTP/1.1

Parameters

{
  "embed-id": {
    "description": "The ID of the Smart Link in the content tree 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"
  }
}