cURL
curl -X DELETE "https://app.cotool.ai/api/chats/:chatId" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
Delete a chat conversation by its unique identifier.
API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here
Bearer your_api_key_here
Successful response - no content
Was this page helpful?