Delete Presentation
Purpose
To delete a particular presentation in Zoho Show through a unique document id.
Quick Reference
Parameters
Request Parameters
| Parameter | Data Type | Mandatory / Optional | Description |
|---|
| apikey | String | Mandatory | Uniquely identifies the web application in which the Show editor is integrated. |
| document_id | String | Mandatory | Unique id of the presentation to be deleted. |
Notes and Limits
- 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 possible error codes, refer to Error Codes.