files_delete_file
Delete a file by its ID, moving it to trash or removing it permanently when permanent is set to true.
Instructions
Move a file to trash, or delete it permanently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | File to delete. | |
| permanent | No | Delete permanently instead of trashing. |