Zoom

Links

    Zoom API

    Getting access, Developing, Testing

    Back to Zoom

    Delete A Webinar S Branding Virtual Backgrounds

    Use this API to delete a webinar's session branding Virtual Background.

    Scopes: webinar:write, webinar:write:admin
    Rate Limit Label: Light

    Prerequisites:

    • The Webinar Session Branding setting enabled.

    Input

    type: object properties: parameters: type: object properties: ids: type: string example: zazQjwDuQkS3Q2EprNd7jQ,AsfE0cx2TFSfqqKbE0BUZg description: A comma-separated list of the Virtual Background file IDs to delete. webinarId: format: int64 type: integer example: 99289110036 description: The webinar's ID. required: - webinarId title: Parameters