Skip to main content
DELETE
/
api
/
v2
/
projects
/
{projectKey}
/
release-pipelines
/
{pipelineKey}
Delete release pipeline
curl --request DELETE \
  --url https://app.launchdarkly.com/api/v2/projects/{projectKey}/release-pipelines/{pipelineKey} \
  --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

pipelineKey
string<string>
required

The release pipeline key

Response

Action succeeded