Customer Contacts
Delete customer contact
Soft delete a customer contact (sets deletedAt timestamp).
The contact will no longer appear in default queries but can be retrieved by explicitly filtering for deleted records.
delete/customer-contacts/{id}
Path parameters
idstring required
Resource ID (UUID) or client key
Response
Customer contact deleted successfully