Skip to main content

Removes a tag from a feature.

DELETE 

/api/admin/features/:featureName/tags/:type/:value

Removes a tag from a feature. If the feature exists but the tag does not, it returns a successful response.

Request

Path Parameters

    featureName stringrequired
    type stringrequired
    value stringrequired

Responses

This response has no body.

Loading...