Auth0 Node.js SDK - v5.12.0
    Preparing search index...

    Interface DeleteRoleGroupsRequestContent

    {
    * groups: ["groups"]
    * }
    interface DeleteRoleGroupsRequestContent {
        groups: string[];
    }
    Index

    Properties

    Properties

    groups: string[]

    Array of group IDs to remove from the role.