delete_preset
Remove a preset from your Storyblok space by specifying the preset ID. This tool uses the Storyblok Management API to streamline preset deletion tasks.
Instructions
Deletes a preset from a Storyblok space using the Management API.
- preset_id: Numeric ID of the preset to delete.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
preset_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"preset_id": {
"title": "Preset Id",
"type": "integer"
}
},
"required": [
"preset_id"
],
"title": "delete_presetArguments",
"type": "object"
}