Skip to main content
DELETE
/
api
/
v2
/
flags
/
{projectKey}
/
{flagKey}
/
release
Delete a release for flag
curl --request DELETE \
  --url https://app.launchdarkly.com/api/v2/flags/{projectKey}/{flagKey}/release \
  --header 'Authorization: <api-key>'
{
  "code": "forbidden",
  "message": "Forbidden. Access to the requested resource was denied."
}

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.

Authorizations

Authorization
string
header
required

Path Parameters

projectKey
string<string>
required

The project key

flagKey
string<string>
required

The flag key

Response

Action succeeded