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

    Interface DeleteSynchronizedGroupsRequestContent

    {
    * groups: [{
    * id: "id"
    * }]
    * }
    interface DeleteSynchronizedGroupsRequestContent {
        groups: SynchronizedGroupSelectionId[];
    }
    Index

    Array of groups to remove from the selection set.