Delete Data Template
This API deletes a data template.
Endpoints
OAuth Scope
WorkDrive.datatemplates.DELETECopied!
curl --request DELETE \
--url https://www.zohoapis.com/workdrive/api/v1/datatemplates/{data_template_id} \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Path Parameters
data_template_idstring(Required)
A unique ID of the data template that needs to be deleted.
204 No Content {
"errors": [
{
"id": "F000",
"title": "General Exception"
}
]
}
{
"errors": [
{
"id": "CF053",
"title": "Invalid dataTemplate"
}
]
}
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.