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" }
Documentation IndexFetch the complete documentation index at: https://docs.infinity.swiss/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.infinity.swiss/llms.txt
Use this file to discover all available pages before exploring further.
API token for authentication. Obtain from your Infinity account settings.
The id of the specific contact
The contact was deleted successfully.