Distributions
Delete Distribution
DELETE
/api/v1/namespaces/{namespaceKey}/flags/{flagKey}/rules/{ruleId}/distributions/{id}
curl --request DELETE \
--url https://try.flipt.io/api/v1/namespaces/default/flags/{flagKey}/rules/{ruleId}/distributions/{id}
Authorizations
Authorizationheaderrequired
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
namespaceKeyrequired
string
flagKeyrequired
string
ruleIdrequired
string
idrequired
string
Query Parameters
variantIdrequired
string
Response
204
curl --request DELETE \
--url https://try.flipt.io/api/v1/namespaces/default/flags/{flagKey}/rules/{ruleId}/distributions/{id}