API Reference
cURL
curl --request DELETE \ --url http://localhost:{port}/api/v1/chats/{chatId} \ --header 'Authorization: Bearer <token>'
Delete a chat
JWT token authentication
ID of the chat to delete
Chat deleted successfully