Typescript
import { Polar } from "@polar-sh/sdk"; const polar = new Polar({ accessToken: process.env["POLAR_ACCESS_TOKEN"] ?? "", }); async function run() { await polar.checkoutLinks.delete({ id: "<value>", }); } run();
This response does not have an example.
Delete a checkout link.
Scopes: checkout_links:write
checkout_links:write
You can generate an Organization Access Token from your organization's settings.
The checkout link ID.
Checkout link deleted.
Was this page helpful?