cURL
curl --request DELETE \ --url https://api.arnio.co/api/v1/chats/{chatGuid} \ --header 'X-API-Key: <api-key>'
{ "success": true, "message": "Chat deleted successfully" }
Provide your generated API Key.
Chat GUID in the format -;
Chat deleted successfully