Deletes the contact with the given id, unless it is already in use.
cURL
curl --request DELETE \ --url https://api.infinity.swiss/v1/contacts/{contactId} \ --header 'x-api-token: <api-key>'
{ "code": "general/unauthorised" }
API token for authentication. Obtain from your Infinity account settings.
The id of the specific contact
The contact was deleted successfully.