v1

latestOpenAPI 3.0.02026-07-2447166133.5 KB
Contacts

Delete an integration link

This operation deletes a specific integration link associated with a contact.

delete/contacts/{contactId}/integrationlinks

Path parameters

contactIdstring required

The id of the contact to delete the integration link for.

Query parameters

type'elation' | 'hint' | 'athena' | 'custom'
Example:elation

The identifier of the integration type the existing integration link is for.

externalIdstring

The id of a contact in an external system.

Example:elation_140797386655555

The id of the contact in the external integrated system.

Request body

externalIdstring

The id of a contact in an external system.

type'elation' | 'hint' | 'athena' | 'custom'

Example request

{
  "externalId": "elation_140797386655555",
  "type": "elation"
}

Response

ok response