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
api_versionrequiredstringAPI 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".
datarequiredobjectEvent resource wrapper. Example: {"object":{"deleted":true,"id":"dom_01j0example","object":"domain"}}.
objectrequiredobjectEvent resource. Example: {"deleted":true,"id":"dom_01j0example","object":"domain"}.
deletedrequiredbooleanDeletion marker. Values: true.
idrequiredstringDeleted domain identifier. Example: "msg_01j0example".
objectrequiredstringResource type discriminator. Values: "domain".
idrequiredstringStable event identifier.
livemoderequiredbooleanWhether the event originated in live mode.
objectrequiredstringResource type discriminator. Values: "event".
project_idrequiredstringOwning project identifier. Example: "msg_01j0example".
typerequiredstringWebhook event type. Values: "domain.deleted".
Sample body
{
"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"
}