---
title: "Delete a label"
method: DELETE
path: "/repos/{owner}/{repo}/labels/{id}"
tags: ["Issues"]
---

# Delete a label

`DELETE /repos/{owner}/{repo}/labels/{id}`

## Path parameters

- `owner` string, required
- `repo` string, required
- `id` string, required

## Response `204`

The resource has been successfully deleted.

## Other responses

- `404` — Resource not found.

---

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