Skip to main content

Delete a tag.

DELETE 

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

Delete a tag by type and value. When a tag is deleted all references to the tag are removed.

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/tags/:type/:value' \
-H 'Authorization: <Authorization>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

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