Delete a webhook
DELETE /webhooks/{id}
Unregister a webhook. Past delivery records are retained for 30 days for audit.
Example
Section titled “Example”curl -X DELETE https://mail.3ava.com/api/webhooks/wh_a1b2... \ -H "Authorization: Bearer am_YOUR_KEY"Response
Section titled “Response”204 No Content