Polls allow the meeting host to survey attendees. Use this API to delete a meeting poll. Scopes: meeting:write:adminmeeting:write Rate Limit Label: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.
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
string
必需
The poll ID
返回响应
🟢204**HTTP Status Code:** `204` <br>
Meeting Poll deleted