boundry.
RegionSydney, Australia
Documentation/domain.deleted

domain.deleted

A signed Boundry platform event. Its payload remains pinned to the API version configured for the receiving endpoint.

domain.deleted

A domain was detached from the project.

Channel: domain

Payload schema

FieldTypeDescription
api_versionrequiredstring

API version pinned to the webhook endpoint. Values: "2026-08-14". Default: "2026-08-14".

created_atrequiredstring (date-time)

Timestamp when Boundry created the event. Example: "2026-08-14T12:00:00.000Z".

datarequiredobject

Event resource wrapper. Example: {"object":{"deleted":true,"id":"dom_01j0example","object":"domain"}}.

objectrequiredobject

Event resource. Example: {"deleted":true,"id":"dom_01j0example","object":"domain"}.

deletedrequiredboolean

Deletion marker. Values: true.

idrequiredstring

Deleted domain identifier. Example: "msg_01j0example".

objectrequiredstring

Resource type discriminator. Values: "domain".

idrequiredstring

Stable event identifier.

livemoderequiredboolean

Whether the event originated in live mode.

objectrequiredstring

Resource type discriminator. Values: "event".

project_idrequiredstring

Owning project identifier. Example: "msg_01j0example".

typerequiredstring

Webhook event type. Values: "domain.deleted".

Sample body

domain.deleted event
json
{
  "api_version": "2026-08-14",
  "created_at": "2026-08-14T12:00:00.000Z",
  "data": {
    "object": {
      "deleted": true,
      "id": "dom_01j0example",
      "object": "domain"
    }
  },
  "id": "evt_01j0example",
  "livemode": true,
  "object": "event",
  "project_id": "proj_au_prod",
  "type": "domain.deleted"
}
Verify signed webhook deliveries