Zoom

Links

    Zoom API

    Getting access, Developing, Testing

    Back to Zoom

    Delete Virtual Background Files

    Use this API to delete a group's Virtual Background files.

    Scope: group:write:admin
    Rate Limit Label: Light

    Prerequisites:

    Input

    type: object properties: parameters: type: object properties: groupId: type: string example: 0mgThLiRQH2bUHvIaL4t2g description: >- The group ID. To get a group's ID, use the [**List groups**](/docs/api-reference/zoom-api/methods#operation/groups) API. file_ids: type: string example: 6SEYvTU4SuG257lOHuJKOQ description: A comma-separated list of the file IDs to delete. required: - groupId title: Parameters