delete_space
Permanently remove a Storyblok space by specifying its ID. This tool utilizes the Storyblok Management API to manage space deletion directly within the MCP server.
Instructions
Permanently deletes a Storyblok space using the Management API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
space_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"space_id": {
"title": "Space Id",
"type": "integer"
}
},
"required": [
"space_id"
],
"title": "delete_spaceArguments",
"type": "object"
}