Delete an app file
file_deletePermanently delete a specific file stored by an app. Provide the app and path to remove the file, with a command ID for idempotent requests.
Instructions
Permanently delete one file an app has stored.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | ||
| path | Yes | ||
| actor | No | ||
| command_id | Yes | idempotency key (uuid) | |
| request_state | No | ||
| expected_version | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| app | Yes | ||
| note | No | ||
| path | Yes | ||
| reason | No | ||
| deleted | No | ||
| preview | No | ||
| expires_at | No | ||
| files_version | No | ||
| request_state | No |