delete_asset
Remove unwanted assets directly from Storyblok by specifying the asset ID using this tool. Simplify asset management within your Storyblok spaces.
Instructions
Deletes an asset from Storyblok.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "string"
}
},
"required": [
"id"
],
"title": "delete_assetArguments",
"type": "object"
}