import { whopSdk } from "@/lib/whop-sdk";const result = await whopSdk.courses.deleteChapter({ // The ID of the chapter to delete id: "xxxxxxxxxxx" /* Required! */,});
Example output:
Copy
Ask AI
const response = true;
Assistant
Responses are generated using AI and may contain mistakes.