orgo_delete_file
Permanently remove files from cloud storage by specifying their file ID, with confirmation of deletion.
Instructions
Delete a file from storage.
WARNING: This permanently removes the file from cloud storage.
Args:
params (FileIdInput): Input containing:
- file_id (str): File ID to delete
Returns:
str: Confirmation message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |