Delete Label
This API helps in deleting a label.
Endpoints
OAuth Scope
WorkDrive.labels.DELETECopied!
curl --request DELETE \
--url https://www.zohoapis.com/workdrive/api/v1/labels/{label_id} \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Path Parameters
label_idstring(Required)
The unique ID of a label
204 No Content {
"errors": [
{
"id": "R008",
"title": "Unauthorized access"
}
]
}
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.