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