Skip to main content
DELETE
/
public
/
contacts
/
{id}
Delete a contact
curl --request DELETE \
  --url https://web-api.clerk.chat/public/contacts/{id} \
  --header 'apiKey: <api-key>'

Authorizations

apiKey
string
header
required

Path Parameters

id
string
required

Response

The contact has been deleted

I