chatthread_id: ID of the chat thread to be deletedcurl --location --globoff --request DELETE 'https:///api/v2/chat-threads/' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '{
"success": true,
"message": "Chat Thread Deleted Successfully",
"data": {}
}