Disassociate Files/Folders from Data Template

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 disassociates a file or folder from a data template.

Endpoints

OAuth Scope

WorkDrive.datatemplates.DELETECopied!

Request Example

cURL
cURL
Deluge
Copied!
curl --request DELETE \
  --url https://www.zohoapis.com/workdrive/api/v1/custommetadata/{custommetadata_id} \
  --header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'

Path Parameters

custommetadata_idstring(Required)

A unique ID that represents the association of a file/folder to a data template.

Response Example

F000

500
Copied!
  {
    "errors": [
      {
        "id": "F000",
        "title": "General Exception"
      }
    ]
  }
                
Show full