Open Context Protocol is live! 🚀 Read the launch post

deleteFooterComment

Delete footer comment

DELETE /footer-comments/{comment-id} HTTP/1.1

Parameters

{
  "comment-id": {
    "description": "The ID of the comment to be retrieved.",
    "required": true,
    "location": "path",
    "type": "integer",
    "format": "int64"
  }
}