Document labels
Remove label from document
Remove a label from a document.
delete/v1/documents/{documentId}/labels/{labelName}
Path parameters
documentIdstring required
The document identifier
labelNamestring required
The label name to remove:
- Must be 2-25 characters
- Labels are case insensitive. For example, removing BlobSales will remove blobsales if it exists on the document.
- Special characters must be URL-encoded (e.g., Q1%202024 for "Q1 2024").
Query parameters
userIdstring
Requires an Organization API key. Optional user ID that attributes the action to the specified user.
Response
Label removed successfully. No response body.
Changes
No recorded changes to this endpoint across all 1 revision of this API.