Skip to content

Delete an Internal Tag

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/internal_tags/:internal_tag_id

This endpoint allows deleting an internal tag using the numeric ID.

  • :space_id required number

    Numeric ID of a space

  • :internal_tag_id required number

    Numeric ID of the internal tag

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