Delete an app file
file_deletePermanently remove a stored file from an app's storage, freeing space and removing unneeded data.
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 |