---
title: "Delete a thread subscription"
method: DELETE
path: "/notifications/threads/{thread_id}/subscription"
tags: ["activity"]
---

# Delete a thread subscription

`DELETE /notifications/threads/{thread_id}/subscription`

Mutes all future notifications for a conversation until you comment on the thread or get an **@mention**. If you are watching the repository of the thread, you will still receive notifications. To ignore future notifications for a repository you are watching, use the [Set a thread subscription](https://docs.github.com/enterprise-server@3.6/rest/activity/notifications#set-a-thread-subscription) endpoint and set `ignore` to `true`.

## Path parameters

- `thread_id` integer, required

## Response `204`

Response

## Other responses

- `304` — Not modified
- `401` — Requires authentication
- `403` — Forbidden

---

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