This operation is only available on the server.
import { whopSdk } from "@/lib/whop-sdk";

const result = await whopSdk.webhooks.deleteWebhook({
	// The ID of the webhook to delete.
	id: "xxxxxxxxxxx" /* Required! */,
});

Example output:
const response = true;