delete_component
Remove a specific component by its unique ID using the tool on the Storyblok MCP Server, ensuring streamlined management of your Storyblok space.
Instructions
Deletes a component by ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "string"
}
},
"required": [
"id"
],
"title": "delete_componentArguments",
"type": "object"
}