provider Release pipelines (beta) DELETE
/api/v2/projects/{projectKey}/release-pipelines/{pipelineKey} @utdk/launchdarkly
/api/v2/projects/{projectKey}/release-pipelines/{pipelineKey} Delete release pipeline
Deletes a release pipeline.
You cannot delete the default release pipeline.
If you want to delete a release pipeline that is currently the default, create a second release pipeline and set it as the default. Then delete the first release pipeline. To change the default release pipeline, use the [Update project](https://launchdarkly.com/docs/api/projects/patch-project) API to set the `defaultReleasePipelineKey`.
- projectKey path required
- The project key
- string
- pipelineKey path required
- The release pipeline key
- string
Try it
Authentication
Configure credentials for LaunchDarkly REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import launchdarkly from '@utdk/launchdarkly';
await launchdarkly.deletereleasepipeline()