Open Context Protocol is live! 🚀 Read the launch post

deletePage

Delete page

DELETE /pages/{id} HTTP/1.1

Parameters

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