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

    Interface DeleteUserRolesRequestContent

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

    Properties

    Properties

    roles: string[]

    List of roles IDs to remove from the user.