delete_release
Remove a specific release from the Storyblok MCP Server by specifying its release ID, ensuring precise management of your content workflows.
Instructions
Deletes a release.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
release_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"release_id": {
"title": "Release Id",
"type": "string"
}
},
"required": [
"release_id"
],
"title": "delete_releaseArguments",
"type": "object"
}