Delete Tag
DELETE/v1/tags/:tagId
This endpoint deletes a Tag identified by the tagId
parameter. To remove a Tag from a Feature Flag or Setting use the Update Flag endpoint.
Request
Path Parameters
tagId int64required
The identifier of the Tag.
Responses
- 204
- 400
- 404
- 429
When the delete was successful.
Bad request.
Not found.
Too many requests. In case of the request rate exceeds the rate limits.
Loading...