Skip to main content
DELETE
/
api
/
v2
/
projects
/
{projectKey}
/
release-policies
/
{policyKey}
Delete a release policy
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.

Authorizations

Authorization
string
header
required

Headers

LD-API-Version
enum<string>
required

Version of the endpoint.

Available options:
beta

Path Parameters

projectKey
string
required

The project key

policyKey
string
required

The human-readable key of the release policy

Response

Release policy deleted successfully