---
title: "Delete a release"
method: DELETE
path: "/api/projects/{projectId}/releases/{releaseId}"
tags: ["Release"]
---

# Delete a release

`DELETE /api/projects/{projectId}/releases/{releaseId}`

Soft delete a release from the project.

## Path parameters

- `projectId` string, uuid, required
- `releaseId` string, uuid, required

## Response `200`

Release deleted successfully

---

[API](https://skmtc.dev/gorules/apis/gorules-agent-api.md) · [All operations](https://skmtc.dev/gorules/apis/gorules-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gorules/gorules-agent-api/revisions/52c0773fcd80/schema)
