For the complete documentation index, see llms.txt. For the full documentation snapshot, see llms-full.txt.
Delete an existing release policy for the specified project.
curl --request DELETE \
--url https://app.launchdarkly.com/api/v2/projects/{projectKey}/release-policies/{policyKey} \
--header 'Authorization: <api-key>' \
--header 'LD-API-Version: <ld-api-version>'{
"code": "code",
"message": "message"
}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.
Version of the endpoint.
beta The project key
The human-readable key of the release policy
Release policy deleted successfully
curl --request DELETE \
--url https://app.launchdarkly.com/api/v2/projects/{projectKey}/release-policies/{policyKey} \
--header 'Authorization: <api-key>' \
--header 'LD-API-Version: <ld-api-version>'{
"code": "code",
"message": "message"
}