Deletes a webhook subscription.
curl --request POST \ --url https://api.sand.getivy.de/api/service/webhook-subscription/delete \ --header 'Content-Type: application/json' \ --header 'X-Ivy-Api-Key: <api-key>' \ --data '{ "id": "<string>" }'
{ "success": true }