Skip to content

Delete a Workflow

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

Delete a workflow using the numeric ID. The default workflow cannot be deleted.

  • :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/workflows/656" \
-X DELETE \
-H "Authorization: YOUR_OAUTH_TOKEN"