Delete Version
This API deletes a specific version of a file. Version id is created when a user creates a new version of the file.
Endpoints
OAuth Scope
WorkDrive.files.DELETECopied!
curl --request DELETE \
--url https://www.zohoapis.com/workdrive/api/v1/versions/{version_id} \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Path Parameters
version_idstring(Required)
The value of the version to be deleted.
204 No Content {
"errors": [
{
"id": "F6005",
"title": "Param length more than expected"
}
]
}
{
"errors": [
{
"id": "V002",
"title": "Resource version locked by another user"
}
]
}
{
"errors": [
{
"id": "V001",
"title": "Top version could not delete"
}
]
}
{
"errors": [
{
"id": "U001",
"title": "User not logged in"
}
]
}
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.