Copy
Ask AI
import { whopSdk } from "@/lib/whop-sdk";
const result = await whopSdk.courses.deleteChapter({
// The ID of the chapter to delete
id: "xxxxxxxxxxx" /* Required! */,
});
Copy
Ask AI
const response = true;
import { whopSdk } from "@/lib/whop-sdk";
const result = await whopSdk.courses.deleteChapter({
// The ID of the chapter to delete
id: "xxxxxxxxxxx" /* Required! */,
});
const response = true;