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 'Authorization: <authorization>'

Headers

Authorization
string
required

Bearer token with read scope

Path Parameters

id
string
required

Chat ID

Response

chat deleted