Features
Delete customer profiles and accounts as a merchant
The Customer service now allows merchants to delete customer profiles and associated accounts. Here is the process for deleting a customer account:
- To request the deletion of a customer profile, the merchant sends a
DELETE
request to the /{tenant}/customers/{customerNumber} endpoint. - If the request is successful, the Customer service responds with a
202 Accepted
message. - The service deletes the customer data asynchronously, in the background, and therefore no further action or communication is required. As soon as the service accepts the delete request, it fires the hybris.customer.customer-deleted event. The payload of this event contains the
customerNumber
and, if available, theemail
of the customer that is being deleted. The payload also contains thehybris.user
that requested the deletion.
Resolved Issues
- Customers can now confirm deletion requests without having to be logged in.
If you find any information that is unclear or incorrect, please let us know so that we can improve the Dev Portal content.
Use our private help channel. Receive updates over email and contact our specialists directly.
If you need more information about this topic, visit hybris Experts to post your own question and interact with our community and experts.