Delete a drop
dropthis_deletePermanently delete a drop and its public URL by specifying its drop_id. Requires explicit confirmation to prevent accidental removal.
Instructions
Permanently delete a drop and its public URL by drop_id (the drop_… id, not the slug or URL). Destructive and irreversible; requires confirm: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be true to delete. | |
| drop_id | Yes | The `drop_…` id of the drop to delete (id-only — a URL or slug is rejected; call dropthis_resolve to turn a public URL/slug into its id first). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dropId | No | ||
| deleted | No |