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
- 200
This response has no body.
Authorization: Authorization
name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X DELETE '<your-unleash-url>/api/admin/tags/:type/:value' \
-H 'Authorization: <Authorization>'
ResponseClear