Cancelling an order
Cancel the whole order, or just some of its domains. Omit the body
to cancel the whole order. Send domains only for a domain-scoped
cancellation. The response returns the scheduled cancellation date
and the domains that were scheduled.
POST
Cancelling an order
- Cancel whole order
- Cancel specific domains
Authorizations
Your partner API key. Use pk_live_… against the live system or
pk_test_… against the sandbox.
Path Parameters
The order ID, e.g. ord_01HZX.
Example:
"ord_01HZX0OR1A2B3C4D5E6F7G8H"
Body
application/json
Include only when cancelling specific domains. Each entry can be a dom_… ID or a raw domain name.
Minimum array length:
1Example:
[
"acme-mail.com",
"dom_01HZX0D02A2B3C4D5E6F7G8H"
]
Response
200 - application/json
Cancellation schedule for the order or selected domains.
Last modified on June 16, 2026
Cancelling an order