Delete a tag
DELETE
https://api.contentful.com/spaces/:space_id/environments/:environment_id/tags/:tag_id
Deletes a tag from the entries and/or assets that reference it.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
space_idstringRequired
ID of the space in the form of a string
environment_idstringRequired
ID of the environment in form of a string
tag_idstringRequired
ID of the tag in form of a string
Headers
X-Contentful-VersionstringOptional
Version of the tag to delete
Response
No Content - Request successful, no content returned