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

    Interface DeleteOrganizationMemberRolesRequestContent

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

    List of roles IDs associated with the organization member to remove.