DELETE
/
public
/
v1
/
contact
/
{contactId}
curl --request DELETE \
  --url https://api.hifello.com/public/v1/contact/{contactId} \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

The API Key generated from your Fello account.

Path Parameters

contactId
string
required

Fello's unique identifier for a contact.

Response

204

Contact Deleted successfully