import Whop from '@whop/sdk';const client = new Whop({ apiKey: process.env['WHOP_API_KEY'], // This is the default and can be omitted});const aiChat = await client.aiChats.delete('aich_xxxxxxxxxxxxx');console.log(aiChat);
Copy
Ask AI
true
Ai chats
Delete ai chat
Deletes an AI chat
Required permissions:
ai_chat:delete
DELETE
/
ai_chats
/
{id}
JavaScript
Copy
Ask AI
import Whop from '@whop/sdk';const client = new Whop({ apiKey: process.env['WHOP_API_KEY'], // This is the default and can be omitted});const aiChat = await client.aiChats.delete('aich_xxxxxxxxxxxxx');console.log(aiChat);