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 string required
  • type string required
  • value string required
Responses

This response has no body.

Loading...