chatthread_id: ID of the chat thread the corpus is connected tocorpus_id: ID of the corpus to disconnectcurl --location --globoff --request DELETE 'https:///api/v2/chat-threads//corpora/' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '{
"success": true,
"message": "The ChatThread-Corpus connection has been deleted.",
"data": {}
}