Skip to content

Unlink a story from an experiment. You can only unlink a story when the experiment is in draft or completed status.

DELETE
https://mapi.storyblok.com/v1/spaces/:space_id/experiments/:experiment_id/stories/:story_id
  • :space_id required number

    Numeric ID of a space.

  • :experiment_id required number

    Numeric ID of the experiment.

  • :story_id required number

    Numeric ID of the story to unlink.

curl "https://mapi.storyblok.com/v1/spaces/288868932106293/experiments/176070002766742/stories/176024833123843" \
-X DELETE \
-H "Authorization: YOUR_OAUTH_TOKEN"

Was this page helpful?

What went wrong?

This site uses reCAPTCHA and Google's Privacy Policy (opens in a new window) . Terms of Service (opens in a new window) apply.