Account Domain Removal
Sent when a domain leaves the subscribing account’s inventory. Fires once per inventory-loss.
Authorizations
Authenticate via HTTP Basic with your account username and API token. Examples use an explicit 'Authorization: Basic <base64(username:token)>' header; 'curl -u username:token' is equivalent. For sandbox, append "-test" to your username and use your sandbox token on api.dev.name.com.
Headers
HMAC signature for the request payload. See HMAC signing documentation for example code and detailed explanation of signing.
"djasfgafgflgsdfgdsfkhfhjas,12334782,1123-3423-4dss4-354"
Body
The request sent to your server when a domain is removed from the account.
Payload sent when a domain is removed from the subscribing account.
The name of the subscription event
account.domain.removal The name of the domain that was removed
"example.com"
Why the domain left inventory: expiration (registry delete / post-expiry inventory loss), agp_refund (AGP refund delete), or administrative (ops/support removal).
expiration, agp_refund, administrative "expiration"
The date and time when the domain expired
"2026-08-15T00:00:00Z"
Response
The subscribed server accepted the request.