Zoom

Links

    Zoom API

    Getting access, Developing, Testing

    Back to Zoom

    Delete A Contact Group

    Use this API to delete a contact group.

    Prerequisite: Pro or higher account.
    Scopes: contact_group:write:admin
    Rate Limit Label: Heavy

    Input

    type: object properties: parameters: type: object properties: groupId: type: string example: dir.JquKVDGlQ9K6S0QVWGcysw description: >- The contact group ID.<br> Retrieve by calling the [**List contact groups**](/docs/api-reference/zoom-api/methods#operation/contactGroups) API. required: - groupId title: Parameters