Delete User Session

Purpose 

To delete a user session of a particular spreadsheet in Zoho Sheet.

HTTP Request URL

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

Request Parameters

ParameterData TypeDescription
Mandatory Parameters
apikeyStringUniquely identifies the web application in which the Sheet editor is integrated.
session_idStringUnique user session id of the spreadsheet.

Note:

Users can find the 'session_id' in all Zoho Sheet API responses. For example, the "session_id" is captured as part of the response and can be seen in Create, Edit, Co-Edit and Preview APIs.

Sample Request

Copiedcurl --location --request DELETE 'https://api.office-integrator.com/sheet/officeapi/v1/session/cf2378c1b9b33152e48bdnea20633da3ba6613f22136a444c4404d3608b991435173a069cb3fccbffd9374ed1f10f2e7?apikey=423*****'

Sample Response

Copied{
"session_delete":"true"
}