Remove label from document
Document labels
Remove label from document
DELETE
Remove label from document
Remove a label from a document.
This endpoint is not idempotent. If the label does not exist on the document, the API returns a
404 error.Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Path Parameters
The document identifier
The label name to remove:
- Must be 2-25 characters
- Labels are case insensitive. For example, removing
BlobSaleswill removeblobsalesif it exists on the document. - Special characters must be URL-encoded (e.g.,
Q1%202024for "Q1 2024").
Required string length:
2 - 25Query Parameters
Requires an Organization API key. Optional user ID that attributes the action to the specified user.
Response
Label removed successfully. No response body.