delete-file
Permanently delete an uploaded file by supplying either its file ID or URL.
Instructions
Permanently delete an uploaded file. Accepts either file_id (the historical behaviour) or url (the uploaded R2 URL, mirroring the SPA's file-storage.remove). Exactly one of the two must be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Uploaded file URL. | |
| file_id | No | Uploaded file id. |