---
title: "Remove label from content using query parameter"
method: DELETE
path: "/wiki/rest/api/content/{id}/label"
tags: ["Content labels"]
---

# Remove label from content using query parameter

`DELETE /wiki/rest/api/content/{id}/label`

Removes a label from a piece of content. Labels can't be deleted from archived content.
This is similar to [Remove label from content](#api-content-id-label-label-delete)
except that the label name is specified via a query parameter.

Use this method if the label name has "/" characters, as
[Remove label from content using query parameter](#api-content-id-label-delete)
does not accept "/" characters for the label name.

**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
Permission to update the content.

## Path parameters

- `id` string, required

## Query parameters

- `name` string, required

## Response `204`

Returned if the label is removed. The response body will be empty.

## Other responses

- `403` — Returned if the calling user can view but not edit the content.
- `404` — Returned if; - There is no content with the given ID. - The calling user does not have permission to view the content.

---

[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/revisions/70088490f406/schema)
