import { PriceOS } from "priceos";import type { MyFeatures } from "./priceos.types";const priceos = new PriceOS<MyFeatures>(process.env.PRICEOS_API_KEY!);const result = await priceos.bonuses.delete("bonus_123");
Delete an existing bonus that has not been consumed.
DELETE
/
v1
/
bonuses
/
{bonusId}
Node.js
Copy
import { PriceOS } from "priceos";import type { MyFeatures } from "./priceos.types";const priceos = new PriceOS<MyFeatures>(process.env.PRICEOS_API_KEY!);const result = await priceos.bonuses.delete("bonus_123");