Skip to main content

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

When the delete was successful.

Loading...