DELETE
/
project_feature_flags
/
{feature_flag_name}
curl --request DELETE \
  --url https://api.pocketflows.com/project_feature_flags/{feature_flag_name} \
  --header 'Authorization: Basic <encoded-value>'
{
  "feature_flag_name": "<string>",
  "enabled": true
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

feature_flag_name
string
required

The name of the feature flag

Response

200 - application/json

The deleted FeatureFlagOverride object

The response is of type object.