curl --location -g --request DELETE 'https:///api/v2/workflows/chat-threads/' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "Workflow chat thread deleted successfully",
"data": {}
}