Open Context Protocol is live! 🚀 Read the launch post

deleteSmartLink

Delete Smart Link in the content tree

DELETE /embeds/{id} HTTP/1.1

Parameters

{
  "id": {
    "description": "The ID of the Smart Link in the content tree to be deleted.",
    "required": true,
    "location": "path",
    "type": "integer",
    "format": "int64"
  }
}