Skip to main content

Removes a tag from a feature.

DELETE <your-unleash-url>/api/admin/features/:featureName/tags/:type/:value

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Removes a tag from a feature. If the feature exists but the tag does not, it returns a successful response.

Request

Path Parameters

  • featureName string required
  • type string required
  • value string required
Responses

This response has no body.

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Request

Base URL
<your-unleash-url>
Security Scheme
apiKey
featureName — path required
type — path required
value — path required
curl / cURL
curl -L -X DELETE '<your-unleash-url>/api/admin/features/:featureName/tags/:type/:value' \
-H 'Authorization: <API_KEY_VALUE>'