Open Context Protocol is live! 🚀 Read the launch post

gistsDeleteComment

Delete a gist comment

DELETE /gists/{gist_id}/comments/{comment_id} HTTP/1.1

Parameters

{
  "gist_id": {
    "description": "The unique identifier of the gist.",
    "required": true,
    "location": "path",
    "type": "string"
  },
  "comment_id": {
    "description": "The unique identifier of the comment.",
    "required": true,
    "location": "path",
    "type": "integer",
    "format": "int64"
  }
}