delete_component_folder
Remove a component folder by its ID to manage and organize your Storyblok space components efficiently using the Storyblok MCP Server.
Instructions
Deletes a component folder (component group) by its ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
folder_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"folder_id": {
"title": "Folder Id",
"type": "string"
}
},
"required": [
"folder_id"
],
"title": "delete_component_folderArguments",
"type": "object"
}