Delete Collection
This API helps in deleting a specific collection.
Endpoints
OAuth Scope
WorkDrive.Collection.DELETECopied!
curl --request DELETE \
--url https://www.zohoapis.com/workdrive/api/v1/collections/{collection_id} \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Path Parameters
collection_idstring(Required)
A unique ID that represents a collection.
204 No Content {
"errors": [
{
"id": "COL020",
"title": "Collection disabled by the admin"
}
]
}
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.