Email Webhooks
Delete a webhook
delete/email_domains/{domain_id}/webhooks/{id}
Path parameters
domain_idstring uuid required
Email domain UUID
idstring uuid required
Email webhook UUID
Response
Email webhook deleted
Example response
{
"data": {
"created_at": "2026-06-18T12:00:00Z",
"domain_id": "123e4567-e89b-12d3-a456-426614174000",
"events": [
"email.sent",
"email.delivered",
"email.bounced"
],
"id": "123e4567-e89b-12d3-a456-426614174003",
"record_type": "email_webhook",
"updated_at": "2026-06-18T12:00:00Z",
"url": "https://example.com/webhooks/email"
}
}