Skip to main content

Delete a tag.

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

Authorization

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

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

Request

Path Parameters

  • 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
type — path required
value — path required
curl / cURL
curl -L -X DELETE '<your-unleash-url>/api/admin/tags/:type/:value' \
-H 'Authorization: <API_KEY_VALUE>'