Skip to content

Delete a Workflow Stage

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/workflow_stages/:workflow_id

Delete a workflow stage using its numeric ID.

  • :space_id required number

    Numeric ID of a space

  • :workflow_id required number

    Numeric ID of the connected workflow. If empty while creating a new stage, then the stage is created in the default workflow.

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