Skip to main content
DELETE
/
chats
/
{chat_id}
Delete a chat
curl --request DELETE \
  --url https://{subdomain}.withrealm.com/api/external/alpha/chats/{chat_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "deleted": true
}

Rate Limits

600 requests per minute.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Success

id
string
required
deleted
boolean
required