Skip to main content
DELETE
/
contacts
/
{id}
Delete contact
curl --request DELETE \
  --url https://api.arnio.co/api/v1/contacts/{id} \
  --header 'X-API-Key: <api-key>'
Deletes a contact permanently.

Authorizations

X-API-Key
string
header
required

Provide your API key

Response

200

Contact deleted