Delete a file
delete_assetPermanently delete an asset using a confirmation token to prevent accidental loss. Any page using the asset will then show a broken image or dead link.
Instructions
Deletes an asset permanently. Any page embedding it will show a broken image or a dead link. Requires a confirmation token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_id | Yes | Asset id from list_assets. | |
| confirm_token | No | Token from this tool’s previous, unconfirmed call. Omit it to receive one. |