Skip to content

Delete a Story Schedule

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/story_schedulings/:story_scheduling_id/

Delete a schedule by the numeric ID.

  • :space_id number

    Numeric ID of a space

  • :story_scheduling_id number

    Numeric ID of a story scheduling object

  • story_scheduling The Story Scheduling Object

    A single story scheduling object.

curl "https://mapi.storyblok.com/v1/spaces/606/story_schedulings/123/" \
-X DELETE \
-H "Authorization: YOUR_OAUTH_TOKEN"