---
title: "Remove all labels from an issue"
method: DELETE
path: "/repos/{owner}/{repo}/issues/{issue_number}/labels"
tags: ["issues"]
---

# Remove all labels from an issue

`DELETE /repos/{owner}/{repo}/issues/{issue_number}/labels`

Removes all labels from an issue.

## Path parameters

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

## Response `204`

Response

## Other responses

- `301` — Moved permanently
- `404` — Resource not found
- `410` — Gone

---

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