Google Drive
GOOGLEDRIVE_DELETE_COMMENT
Deletes a comment from a file. use when you need to remove a specific comment from a google drive file.
Remote googledrive
Other tools also called GOOGLEDRIVE_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."
}
}
}