Update Webinar Polls
The following is the API to delete webinar polls.
API : https://webinar.zoho.com/meeting/api/v2/{zsoid}/poll/{pollId}
Method : DELETE
OAuth Scope : ZohoWebinar.webinar.DELETE
Response : 204 for success
Path Params :
zsoid - webinar organisation id
pollId - pollId of specific webinar
Query Params :
webinarKey - webinar id
instanceId (optional) - Event Id
Request Example
Copiedhttps://webinar.zoho.com/meeting/api/v2/{zsoid}/poll/123467890?webinarKey=1245445
Invalid Key Response
Copied{
"error": {
"errorCode": 4000,
"message": "The meeting key is invalid.",
"key": "INVALID_MEETING_KEY"
}
}