Email Webhooks

Delete a webhook

Deletes the webhook subscription identified by ID within the specified email domain and returns the deleted subscription.

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": {
    "id": "123e4567-e89b-12d3-a456-426614174003",
    "record_type": "email_webhook",
    "url": "https://example.com/webhooks/email",
    "events": [
      "email.sent",
      "email.delivered",
      "email.bounced"
    ],
    "domain_id": "123e4567-e89b-12d3-a456-426614174000",
    "created_at": "2026-06-18T12:00:00Z",
    "updated_at": "2026-06-18T12:00:00Z"
  }
}

Changes

Changed in 3 of the 99 revisions of this API.151

    • ●

      added the new 40901 enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new 40901 enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new email.cancelled enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new email.daily_limit_exceeded enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new email_domain.dkim_rotated enum value to the // response property for the response status

      response-property-enum-value-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ○

      endpoint added

      endpoint-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ▲

      api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 111 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 99 revisions, 1 has no diff computed.