Zoom

Links

    Zoom API

    Getting access, Developing, Testing

    Back to Zoom

    Delete A Live Meeting Message

    Deletes a message in a live meeting based on ID.

    Scopes: meeting:write meeting:write:admin
    Rate Limit Label: Medium

    Prerequisites:

    • Have Zoom enable the DLP for in-meeting chat feature to use this API.

    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. messageId: type: string example: MS17MDQ5NjE4QjYtRjk4Ny00REEwLUFBQUItMTg3QTY0RjU2MzhFfQ== description: >- The live meeting chat message's unique identifier (UUID), in base64-encoded format. required: - meetingId - messageId title: Parameters