Skip to main content
DELETE
/
api
/
v1
/
chats
/
{id}
Delete a chat
curl --request DELETE \
  --url https://app.sure.am/api/v1/chats/{id} \
  --header 'X-Api-Key: <api-key>'

Authorizations

X-Api-Key
string
header
required

API key for authentication. Generate one from your account settings.

Path Parameters

id
string
required

Chat ID

Response

chat deleted