delete_story
Remove a specific story from Storyblok using its unique ID, enabling efficient content management and space organization.
Instructions
Deletes a story by ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "string"
}
},
"required": [
"id"
],
"title": "delete_storyArguments",
"type": "object"
}