---
title: "Delete a release for flag"
method: DELETE
path: "/api/v2/flags/{projectKey}/{flagKey}/release"
tags: ["Releases (beta)"]
---

# Delete a release for flag

`DELETE /api/v2/flags/{projectKey}/{flagKey}/release`

Deletes a release from a flag

## Path parameters

- `projectKey` string, string, required — The project key
- `flagKey` string, string, required — The flag key

## Response `204`

Action succeeded

## Other responses

- `403` — Forbidden
- `404` — Invalid resource identifier

---

[API](https://skmtc.dev/launchdarkly/apis/launchdarkly-rest-api.md) · [All operations](https://skmtc.dev/launchdarkly/apis/launchdarkly-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/launchdarkly/launchdarkly-rest-api/revisions/69c5c9aafe78/schema)
