Delete Document Permanently
Permanently deletes a trashed document. This action is irreversible. Only documents that are already in the Trash can be permanently deleted.
Endpoints
OAuth Scope
ZohoWriter.documentEditor.ALL, WorkDrive.files.ALL, WorkDrive.organization.ALL, WorkDrive.workspace.ALLCopied!
curl --request DELETE \
--url https://www.zohoapis.com/writer/api/v1/documents/a1b2c3d4e5f6g7h8i9/delete \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Path Parameters
document_idstring(Required)
The unique ID of the trashed document to permanently delete.
{
"result": "success",
"message": "Document has been deleted successfully."
}
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.