Skip to content

Delete a Preset

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/presets/:preset_id

Delete a preset by using its numeric id.

  • :space_id required number

    Numeric ID of a space

  • :preset_id required number

    Numeric ID of your preset

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