This call is deprecated. We recommend to use CRM API instead.
The corresponding new call is: DELETE /v1/customers/external-ids/{customerIds}.
Remove connection of external to customer ID.
New external ID can be updated or added to customer using saveCustomerExternalId call.
All external IDs can be retrieved using getAllCustomerExternalIds call.
Customer ID can be retrieved by external ID using getCustomerIdByExternalId call.
All external IDs for exact customer can be retrieved using getExternalIdsByCustomerId call.
Parameter name | Description | Possible value | Required |
---|---|---|---|
customerID | integer | yes | |
integrationName | If not defined - all external IDs will be removed for provided customer ID | string |
Field name | Type | Description |
---|---|---|
recordsDeleted | integer | Amount of deleted external IDs. |