delete_file
Remove a file or folder from Proton Drive by specifying its path. Use this tool to manage and organize your Proton Drive storage effectively.
Instructions
Delete a file or folder from Proton Drive
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | Path to delete relative to Proton Drive root |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"description": "Path to delete relative to Proton Drive root",
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}