---
title: "Unlock an issue"
method: DELETE
path: "/repos/{owner}/{repo}/issues/{issue_number}/lock"
tags: ["issues"]
---

# Unlock an issue

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

Users with push access can unlock an issue's conversation.

## Path parameters

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

## Response `204`

Response

## Other responses

- `403` — Forbidden
- `404` — Resource not found

---

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