Zoom

Links

    Zoom API

    Getting access, Developing, Testing

    Back to Zoom

    Delete A Group Member

    Use this API to remove a user from a group in an account.

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

    Prerequisites:

    • A Pro, Business, or Education account

    Input

    type: object properties: parameters: type: object properties: groupId: type: string example: SobVexyrQjqCkcxjpBWi6w description: >- The group ID.<br> Retrieve by calling the [**List groups**](/docs/api-reference/zoom-api/methods#operation/groups) API. memberId: type: string example: '-cn1DHGRRTSOlnVwyZNhKw' description: The member ID or email address. required: - groupId - memberId title: Parameters