Skip to main content
DELETE
/
feature-flags
/
{siteCode}
/
{featureKey}
Delete a feature flag configuration
curl --request DELETE \
  --url https://api.kameleoon.com/feature-flags/{siteCode}/{featureKey}
{
  "message": "<string>",
  "serviceName": "<string>",
  "status": "<string>",
  "time": 123
}

Path Parameters

siteCode
string
required
featureKey
string
required

Response

OK