Skip to main content

Super Publication Test

Customer Deleted

Sent whenever the base information of a customer has been deleted.

Typical Scenario

Usually, you want to inform about that customer deleted. To do so, fetch the customer by id and apply all necessary changes on your side.

HTTP/1.1
POST /billwerk-hook
Host: example.com
Content-Type: application/json

{
    "CustomerId": "62a86b86826fa0a7d0d06b45",
    "Event": "CustomerDeleted",
    "EntityId": "62148e3c0c14e1609e9ca5c1"
}