This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Triggered when a tax group is deleted.
function onTaxGroupDeleted(handler: function): void;
handler(event: TaxGroupDeletedEnvelope): void | Promise<void>
import { taxGroups } from "@wix/billing";
taxGroups.onTaxGroupDeleted((event) => {
// handle your event here
});