---
title: "Remove label from document"
method: DELETE
path: "/v1/documents/{documentId}/labels/{labelName}"
tags: ["Document labels"]
---

# Remove label from document

`DELETE /v1/documents/{documentId}/labels/{labelName}`

Remove a label from a document.

## Path parameters

- `documentId` string, required
- `labelName` string, required

## Query parameters

- `userId` string

## Response `204`

Label removed successfully. No response body.

## Other responses

- `403` — Forbidden. User does not have permission to modify labels on this document.
- `404` — Not Found. Possible causes: - Document does not exist - Label does not exist on this document
- `429` — Too Many Requests - Rate limit exceeded (60 requests/minute)

---

[API](https://skmtc.net/omni/apis/omni-api.md) · [All operations](https://skmtc.net/omni/apis/omni-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/omni/omni-api/revisions/6b02f7349d0e/schema)
