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
}

Documentation Index

Fetch the complete documentation index at: https://docs.kameleoon.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

siteCode
string
required
featureKey
string
required

Response

OK