cURL
curl --request DELETE \ --url https://api.dev.knowmio.com/api/chat \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "userId": "<string>", "organizationId": "<string>", "title": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "metadata": {} }
Delete a chat and all its messages
API key for authentication (lowercase header name)
Chat ID to delete
Organization ID - Required for this operation
Chat deleted successfully