Skip to main content
DELETE
/
v1
/
contacts
/
{contactId}
Delete contact
curl --request DELETE \
  --url https://api.infinity.swiss/v1/contacts/{contactId} \
  --header 'x-api-token: <api-key>'
{
  "code": "general/unauthorised"
}

Authorizations

x-api-token
string
header
required

API token for authentication. Obtain from your Infinity account settings.

Path Parameters

contactId
string
required

The id of the specific contact

Response

The contact was deleted successfully.