Delete User Session

Purpose

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

Quick Reference

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

Parameters

Request Parameters

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

Notes and Limits

  • 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.
  • For possible error codes, refer to: Error Codes

Sample Request

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

Sample Response

Copied{
"session_delete":"true"
}