curl --request DELETE \
--url http://localhost:8000/api/v1/chat/{thread_id} \
--header 'Authorization: Bearer <token>'{}Delete a chat thread by its thread_id.
Args:
thread_id (str): The .thread_id of the chat thread to delete
superuser_user (User): The current superuser user
Returns: dict: Confirmation message
curl --request DELETE \
--url http://localhost:8000/api/v1/chat/{thread_id} \
--header 'Authorization: Bearer <token>'{}