For the complete documentation index, see llms.txt. For the full documentation snapshot, see llms-full.txt.
Delete an approval request for a feature flag.
curl --request DELETE \
--url https://app.launchdarkly.com/api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{id} \
--header 'Authorization: <api-key>'{
"code": "unauthorized",
"message": "Invalid access token"
}Documentation Index
Fetch the complete documentation index at: https://launchdarkly-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The project key
The feature flag key
The environment key
The feature flag approval request ID
Action succeeded
curl --request DELETE \
--url https://app.launchdarkly.com/api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{id} \
--header 'Authorization: <api-key>'{
"code": "unauthorized",
"message": "Invalid access token"
}