delete_tag
Removes a specific tag from Storyblok by providing the tag ID, enabling streamlined content management within the Storyblok MCP Server.
Instructions
Deletes a tag from Storyblok.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "string"
}
},
"required": [
"id"
],
"title": "delete_tagArguments",
"type": "object"
}