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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.infinity.swiss/llms.txt

Use this file to discover all available pages before exploring further.

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.