cURL
curl --request DELETE \ --url https://{subdomain}.withrealm.com/api/external/alpha/chats/{chat_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "deleted": true }
Delete a chat.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success