Skip to content

Delete a Tag

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/tags/:id

Delete a tag from a space.

  • :space_id required number

    Numeric ID of a space

  • :id required number

    The name of the tag you want to delete

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