---
title: "Unpin an issue comment"
method: DELETE
path: "/repos/{owner}/{repo}/issues/comments/{comment_id}/pin"
tags: ["issues"]
---

# Unpin an issue comment

`DELETE /repos/{owner}/{repo}/issues/comments/{comment_id}/pin`

You can use the REST API to unpin comments on issues.

## Path parameters

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

## Response `204`

Response

## Other responses

- `401` — Requires authentication
- `403` — Forbidden
- `404` — Resource not found
- `410` — Gone
- `503` — Service unavailable

---

[API](https://skmtc.net/github/apis/ghec.md) · [All operations](https://skmtc.net/github/apis/ghec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/ghec/revisions/8ae6d0c8716e/schema)
