Skip to content

Delete a Branch

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/branches/:branch_id

Delete a branch using its numeric ID.

  • :space_id required number

    Numeric ID of a space

  • :branch_id required number

    Numeric ID of the branch

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