is_deleted
flag to true
.id
, title
, created_by
, timestamps, and associated user
and agent
.chat_thread_id
, follow this guide:curl --location -g --request DELETE 'https:///v2/api/chat-thread/0' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "Chat Thread Deleted Successfully.",
"data": [
{
"id": 4076,
"corpus_id": null,
"created_by": "john.doe@example.com",
"created_on": "2025-01-08T22:00:19.910507Z",
"modified_by": "",
"modified_on": "2025-01-08T22:00:19.910532Z",
"title": "Assistance Provided",
"is_deleted": false,
"chat_id": null,
"agent": 1251,
"user": 160
}
]
}