Delete Webhook
Stop delivering events to this endpoint and remove it.
Stop delivering events to this endpoint and remove it. Deleting an ID that does not exist also succeeds, so the call is safe to repeat. Deliveries already in flight may still arrive.
Basic API key authentication. Create a new API key and secret in the Recommand dashboard.
In: header
Path Parameters
The ID of the webhook to delete
Response Body
application/json
application/json
curl -X DELETE "https://app.recommand.eu/api/v1/webhooks/string"{
"success": true
}{
"success": false,
"errors": {
"property1": [
"string"
],
"property2": [
"string"
]
}
}Update Webhook PUT
Replace a webhook's configuration.
Email delivery options. When a Peppol recipient is provided, email is optional and you can choose to always send the email, or only when Peppol delivery fails, whether that is refused at send time or reported later by the access point. When the Peppol recipient is null, email becomes the primary delivery method and `email.to` is required. Each email counts towards your document quota at the moment it is sent.