Delete Custom Field
This API helps in deleting a custom field.
Endpoints
OAuth Scope
WorkDrive.datatemplates.DELETECopied!
curl --request DELETE \
--url https://www.zohoapis.com/workdrive/api/v1/customfields/{custom_field_id} \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Path Parameters
custom_field_idstring(Required)
A unique ID of the custom field.
204 No Content {
"errors": [
{
"id": "CF037",
"title": "This template is not enabled"
}
]
}
{
"errors": [
{
"id": "F000",
"title": "General Exception"
}
]
}
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.