access_pass:delete
import { whopSdk } from "@/lib/whop-sdk"; const result = await whopSdk.accessPasses.deleteAccessPass({ // The internal ID (tag) of the access pass to delete. id: "xxxxxxxxxxx" /* Required! */, });
const result = true;
Was this page helpful?