cURL
curl --request DELETE \ --url http://localhost:3000/api/v1/chats/{id} \ --cookie nut-session=
{ "success": true, "data": {} }
Delete a chat
Session cookie authentication
Chat ID
Chat deleted