Delete Meeting API

You can use this API to delete a meeting. Once you delete the meeting, it will no longer be available for you to host.

OAuth Scope: ZohoMeeting.meeting.DELETE

CopiedDELETE /{zsoid}/sessions/{meetingKey}.json

Request Example

Copied$ curl https://meeting.zoho.com/api/v2/{zsoid}/sessions/{meetingKey}.json
-X DELETE
-H "Content-Type: application/json;charset=UTF-8"
-H "Authorization: Zoho-oauthtoken ba4604e8e433g9c892e360d53463oec5"

Response Example

CopiedHTTP/1.1 204 NO CONTENT