Google Drive

gd_delete_comment

Delete a comment from a file. Only the comment author or file owner can delete comments.

Remote node2flow/google-drive

Other tools also called gd_delete_comment? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "file_id": {
      "type": "string",
      "description": "The ID of the file"
    },
    "comment_id": {
      "type": "string",
      "description": "The ID of the comment to delete"
    }
  }
}