Delete Collection

Open in ChatGPT Open in ChatGPT to ask questions about this page
Open in Claude Open in Claude to ask questions about this page
Copy as MarkdownCopy this page as markdown to use with AI assistants
View as Markdown Open this page as markdown in a new tab

This API helps in deleting a specific collection.

Endpoints

OAuth Scope

WorkDrive.Collection.DELETECopied!

Request Example

cURL
cURL
Deluge
Copied!
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.

Response Example

COL020

204
204
403
Copied!
204 No Content
  {
    "errors": [
      {
        "id": "COL020",
        "title": "Collection disabled by the admin"
      }
    ]
  }
                
Show full