delete_story_schedule
Remove a scheduled story entry using the Storyblok Management API. Specify the story scheduling ID to delete the scheduled publication or update.
Instructions
Deletes a story schedule entry via the Storyblok Management API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
story_scheduling_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"story_scheduling_id": {
"title": "Story Scheduling Id",
"type": "integer"
}
},
"required": [
"story_scheduling_id"
],
"title": "delete_story_scheduleArguments",
"type": "object"
}