Ai chat

Delete a chat

DELETE/ai/chats/{ref}

Cascades to chat documents, summaries, and streams.

X-Api-Key<token>

Issued to you when your integration is provisioned. Determines which catalogue resources are visible and which AI tools are available.

In: header

Path Parameters

ref*integer

Response Body

application/json

curl -X DELETE "https://example.com/ai/chats/0"
{  "success": true,  "status": "success",  "message": "Success",  "data": {}}