Delete Webinar API
You can use this API to delete a webinar. Once you delete the webinar, it will no longer be available for you to host.
OAuth Scope: ZohoMeeting.webinar.DELETE
Request Example
CopiedDELETE /{zsoid}/webinar/{webinarKey}.json
Request Example
Copied$ curl https://meeting.zoho.com/api/v2/{zsoid}/webinar/{webinarKey}.json
-X DELETE
-H "Content-Type: application/json;charset=UTF-8"
-H "Authorization: Zoho-oauthtoken ba4604e8e433g9c892e360d53463oec5"
Response Example
CopiedHTTP/1.1 204 NO CONTENT