Component Deleted
This webhook is triggered when a component was deleted.
Typical Scenario
An existing component was deleted in billwerk and you want to update your product catalogue afterwards at your website.
HTTP/1.1
POST /billwerk-hook
Host: example.com
Content-Type: application/json
{
"Event":"ComponentDeleted",
"ComponentId":"5e4bd7ad9cc9ba11404fc7c8"
}