---
title: "Remove label watcher"
method: DELETE
path: "/wiki/rest/api/user/watch/label/{labelName}"
tags: ["Content watches"]
---

# Remove label watcher

`DELETE /wiki/rest/api/user/watch/label/{labelName}`

Removes a user as a watcher from a label. Choose the user by doing one of
the following:

- Specify a user via a query parameter: Use the `accountId` to identify the user.
- Do not specify a user: The currently logged-in user will be used.

**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
'Confluence Administrator' global permission if specifying a user, otherwise
permission to access the Confluence site ('Can use' global permission).

## Path parameters

- `labelName` string, required

## Query parameters

- `key` string
- `username` string
- `accountId` string

## Response `204`

Returned if the watcher was successfully deleted. No response body is
returned.

## Other responses

- `403` — Returned if; - The `X-Atlassian-Token: no-check` header is not specified. - A user is specified via a query parameter and the calling user is not a Confluence administrator. - No label exists for the specified `labelName`.
- `404` — Returned if no `labelName` is specified.

---

[API](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api.md) · [All operations](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-confluence-cloud-rest-api/versions/70088490f406/schema)
