delete_drive_file
ActiveTool of Hermoso
declared in 1.0.0
Delete a Drive file. By default it goes to Trash (recoverable); pass permanent:true to delete it forever. Pass fileId (from list_drive_files) + confirm:true. Irreversible when permanent — confirm with the user first.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"fileId"
],
"properties": {
"fileId": {
"type": "string",
"description": "the Drive file id"
},
"confirm": {
"type": "boolean",
"description": "REQUIRED true"
},
"permanent": {
"type": "boolean",
"description": "true = delete forever; default trashes (recoverable)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Hermoso
https://github.com/hermoso-ai/hermoso
1/7 registries