Google Super

GOOGLESUPER_DELETE_COMMENT

Deletes a comment from a file. Use when you need to remove a specific comment from a Google Drive file.

Remote googlesuper

Other tools also called GOOGLESUPER_DELETE_COMMENT? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "file_id": {
      "type": "string",
      "title": "File Id",
      "examples": [
        "1a2b3c4d5e6f7g8h9i0j"
      ],
      "description": "The ID of the file."
    },
    "comment_id": {
      "type": "string",
      "title": "Comment Id",
      "examples": [
        "1234567890"
      ],
      "description": "The ID of the comment."
    }
  }
}