Skip to content

Remove a story-level variant mapping from an experiment variant.

DELETE
https://mapi.storyblok.com/v1/spaces/:space_id/experiments/:experiment_id/variants/:variant_id/story_mappings/:original_story_id
  • :space_id required number

    Numeric ID of a space.

  • :experiment_id required number

    Numeric ID of the experiment.

  • :variant_id required number

    Numeric ID of the experiment variant.

  • :original_story_id required number

    Numeric ID of the original story in the mapping.

curl "https://mapi.storyblok.com/v1/spaces/288868932106293/experiments/176070002766742/variants/1002/story_mappings/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.