[Webinar] Zoho Writer for the manufacturing industry. Register Now

Skip to product menu
Skip to main content

Restore Document

Purpose 

To restore the trashed document.

HTTP Request URL

https://{zohoapis_domain}/writer/api/v1/documents/{{document_id}}/restore

Path Parameters

ParameterData TypeDescription
Mandatory Parameter
document_idStringSpecify the unique id for the document to be restored.

Sample Request

Copiedcurl "https://www.zohoapis.com/writer/api/v1/documents/awniqbcfde295a1cf4524af1dd844d403b6ed/restore"
-X POST
-H "Authorization: Zoho-oauthtoken xyz"			

Sample Response

Copied{
  "result": "success",
  "message": "Document has been restored successfully."
}