---
title: "Stop watching a snippet"
method: DELETE
path: "/snippets/{workspace}/{encoded_id}/watch"
tags: ["Snippets"]
---

# Stop watching a snippet

`DELETE /snippets/{workspace}/{encoded_id}/watch`

Used to stop watching a specific snippet. Returns 204 (No Content)
to indicate success.

## Response `204`

Indicates the user stopped watching the snippet successfully.

## Other responses

- `401` — If the request was not authenticated.
- `404` — If the snippet does not exist.

---

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