delete_story_scheduling
Remove scheduled story entries in Storyblok CMS by specifying the story ID. Optimize content management workflows and maintain up-to-date content schedules efficiently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}