Restore Document from Trash
Restores a previously trashed document, making it accessible again in your Zoho Writer account.
Endpoints
OAuth Scope
ZohoWriter.documentEditor.ALL, WorkDrive.files.ALL, WorkDrive.organization.ALL, WorkDrive.workspace.ALLCopied!
curl --request POST \
--url https://www.zohoapis.com/writer/api/v1/documents/a1b2c3d4e5f6g7h8i9/restore \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Path Parameters
document_idstring(Required)
The unique ID of the trashed document to restore.
{
"result": "success",
"message": "Document has been restored successfully."
}
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.