Skip to main content

Removes a tag from a feature.

DELETE 

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

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

Request

Responses

This response has no body.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L -X DELETE '<your-unleash-url>/api/admin/features/:featureName/tags/:type/:value' \
-H 'Authorization: <Authorization>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— pathrequired
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!