---
title: "Delete a release"
method: DELETE
path: "/repos/{owner}/{repo}/releases/{release_id}"
tags: ["repos"]
---

# Delete a release

`DELETE /repos/{owner}/{repo}/releases/{release_id}`

Users with push access to the repository can delete a release.

## Path parameters

- `owner` string, required
- `repo` string, required
- `release_id` integer, required

## Response `204`

Response

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/github/apis/rest-api.md) · [All operations](https://skmtc.net/github/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/rest-api/versions/80850db290cd/schema)
