curl --request DELETE \
--url https://dev.seqhq.io/api/customer-aliases/{id} \
--header 'Authorization: <authorization>'{
"id": "01849e70-0a0f-72ca-ba07-5557dd734d43",
"sequenceAccountId": "ec1479a2-6ba1-421f-a7de-0853a20d17a1",
"customerId": "01849e70-703e-705a-b59a-d3fd575587e0",
"value": "external-customer-alias-123",
"createdAt": "2022-10-01T00:00:00Z",
"deletedAt": "2022-10-01T00:00:00Z",
"label": "CRM ID",
"archivedAt": "2022-10-01T00:00:00Z"
}Delete a Customer Alias
curl --request DELETE \
--url https://dev.seqhq.io/api/customer-aliases/{id} \
--header 'Authorization: <authorization>'{
"id": "01849e70-0a0f-72ca-ba07-5557dd734d43",
"sequenceAccountId": "ec1479a2-6ba1-421f-a7de-0853a20d17a1",
"customerId": "01849e70-703e-705a-b59a-d3fd575587e0",
"value": "external-customer-alias-123",
"createdAt": "2022-10-01T00:00:00Z",
"deletedAt": "2022-10-01T00:00:00Z",
"label": "CRM ID",
"archivedAt": "2022-10-01T00:00:00Z"
}Your API credentials. Eg. Basic {credentials}.
Use this header to select an API version
2024-07-30 Unique ID
OK
Unique ID
"01849e70-0a0f-72ca-ba07-5557dd734d43"
Sequence Account ID
"ec1479a2-6ba1-421f-a7de-0853a20d17a1"
Customer ID
"01849e70-703e-705a-b59a-d3fd575587e0"
Alias value
"external-customer-alias-123"
Created At
"2022-10-01T00:00:00Z"
Deleted At
"2022-10-01T00:00:00Z"
Alias label
"CRM ID"
Archived At
"2022-10-01T00:00:00Z"