Delete User Session

Purpose

To delete a user session of a particular presentation in Zoho Show.

Quick Reference

PropertyValue
MethodDELETE
Request URLhttps://{api.office-integrator_domain}/show/officeapi/v1/session/<session_id>?apikey=<apikey>

Parameters

Request Parameters

ParameterData TypeMandatory / OptionalDescription
apikeyStringMandatoryUniquely identifies the web application in which the Show editor is integrated.
session_idStringMandatoryUnique user session id of the presentation.

Notes and Limits

  • Users can find the 'session_id' in all Zoho Show API responses. For example, the "session_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.

Sample Request

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

Sample Response

Copied{
    "session_delete": true
}