function resetGroupListings
resetGroupListings(groupId: number): Promise<void>

Remove every listing from a group (used when the group is deleted), along with the group's package price overrides — its flat group and per-day group_day price rows key on the group id, so they'd otherwise outlive the deletion.

Parameters

groupId: number

Return Type

Promise<void>

Usage

import { resetGroupListings } from "doc.ts";