Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface DeleteGroupRolesRequestContent

    {
    * roles: ["roles"]
    * }
    interface DeleteGroupRolesRequestContent {
        roles: string[];
    }
    Index
    roles: string[]

    Array of role IDs to remove from the group.