Delete Spreadsheet

Purpose 

To delete a particular spreadsheet in Zoho Sheet through a unique document id.

HTTP Request URL

https://{api.office-integrator_domain}/sheet/officeapi/v1/spreadsheet/<document_id>?apikey=<apikey>

Request Parameters

ParameterData TypeDescription
Mandatory Parameters
apikeyStringUniquely identifies the web application in which the Sheet editor is integrated.
document_idStringUnique id of the spreadsheet to be deleted.

Note:

Users can find the 'document_id' (it is the key value which you pass inside 'document_info' parameter) in all Zoho Sheet API responses. For example, the "document_id" is captured as part of the response and can be seen in Preview, Edit, Co-edit and Create APIs.

Sample Request

Copiedhttps://api.office-integrator.com/sheet/officeapi/v1/spreadsheet/1349?apikey=423s*****

Sample Response

Copied{
    "doc_delete": true
}