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 retrived using getAllCustomerExternalIds call.
Customer ID can be retrived by external ID using getCustomerIdByExternalId call.
All external IDs for exact customer can be retrived 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. |