Constraints
Delete Constraint
DELETE
/api/v1/namespaces/{namespaceKey}/segments/{segmentKey}/constraints/{id}
curl --request DELETE \
--url https://try.flipt.io/api/v1/namespaces/default/segments/{segmentKey}/constraints/{id}
Authorizations
Authorizationheaderrequired
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
namespaceKeyrequired
string
segmentKeyrequired
string
idrequired
string
Response
204
curl --request DELETE \
--url https://try.flipt.io/api/v1/namespaces/default/segments/{segmentKey}/constraints/{id}