Zoom

Links

    Zoom API

    Getting access, Developing, Testing

    Back to Zoom

    Delete A Meeting Poll

    Polls allow the meeting host to survey attendees. Delete a meeting poll.
    Scopes: meeting:write:admin meeting: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.

    Input

    type: object properties: parameters: type: object properties: meetingId: format: int64 type: integer example: 85746065 description: |- The meeting's ID. When storing this value in your database, you must store it as a long format integer and **not** an integer. Meeting IDs can exceed 10 digits. pollId: type: string example: QalIoKWLTJehBJ8e1xRrbQ description: The poll ID required: - meetingId - pollId title: Parameters