JavaScript
import Whop from '@whop/sdk'; const client = new Whop({ apiKey: 'My API Key', }); const experience = await client.experiences.delete('exp_xxxxxxxxxxxxxx'); console.log(experience);
true
Required permissions:
experience:delete
The app API key from an app from the /dashboard/developer page
The internal ID of the experience to delete.
"exp_xxxxxxxxxxxxxx"
A successful response
Represents true or false values.
false
Was this page helpful?