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

    Interface DeleteUserRolesRequestContent

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

    List of roles IDs to remove from the user.