delete_space
Remove a Storyblok space by specifying its space_id to manage and organize content structures efficiently within the Storyblok CMS.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
space_id | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"space_id": {
"type": "string"
}
},
"required": [
"space_id"
],
"type": "object"
}