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

    Interface DeleteGroupRolesRequestContent

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

    Properties

    Properties

    roles: string[]

    Array of role IDs to remove from the group.