Open Context Protocol is live! 🚀 Read the launch post

deleteAttachment

Delete attachment

DELETE /attachments/{id} HTTP/1.1

Parameters

{
  "id": {
    "description": "The ID of the attachment to be deleted.",
    "required": true,
    "location": "path",
    "type": "integer",
    "format": "int64"
  },
  "purge": {
    "description": "If attempting to purge the attachment.",
    "required": false,
    "location": "query",
    "type": "boolean"
  }
}