Delete Presentation

Purpose 

To delete a particular presentation in Zoho Show through a unique document id.

HTTP Request URL

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

Request Parameters

ParameterData TypeDescription
Mandatory Parameters
apikeyStringUniquely identifies the web application in which the Show editor is integrated.
document_idStringUnique id of the presentation 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 Show API responses. For example, the "document_id" is captured as part of the response and can be seen in Preview, Create, Edit and Co-edit APIs.

For a full list of error handling cases in Delete Presentation API, refer here.

Sample Request

Copiedhttps://api.office-integrator.com/show/officeapi/v1/presentation/d26aa7b8029bf4f8d34c7dd00139392357d12ffcb21c1
?apikey=423s*****

Sample Response

Copied{
    "doc_delete": true
}