courses:update
import { whopSdk } from "@/lib/whop-sdk";
const result = await whopSdk.courses.deleteAssessmentQuestionImage({
// The ID of the attachment to delete
id: "xxxxxxxxxxx" /* Required! */,
});
const result = true;
Was this page helpful?