deleteMeetingPoll.Rd
Polls allow the meeting host to survey attendees. Use this API to delete a meeting poll https://support.zoom.us/hc/enus/articles/213756303PollingforMeetings .**Scopes**: meeting:write:admin meeting:write ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light **Prerequisites**:* Host user type must be **Pro**.* Polling feature should be enabled in the host's account.* Meeting must be a scheduled meeting. Instant meetings do not have polling features enabled.
deleteMeetingPoll(meetingId, pollId, return_response = F)
meetingId | The meeting ID in **long** format. The data type of this field is "long" represented as int64 in JSON .While storing it in your database, store it as a **long** data type and **not as an integer**, as the Meeting IDs can be longer than 10 digits. |
---|---|
pollId | The poll ID |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |