Skip to main content
POST
Cancel an order
Cancels the whole order. No body needed.
Cancel is accepted right away (cancel_scheduled) and finishes 30 days later (cancels_at). Cancelling the whole order ends in order.cancelled. Cancelling some domains can leave the order active (order.domains_cancelled). Those seats stop renewing after the 30 days. The order costs field is not rewritten when you schedule the cancel.

Authorizations

Authorization
string
header
default:Bearer pk_test_<your-test-key>
required

Partner API key (pk_live_… or pk_test_…).

Path Parameters

id
string
required

Order ID (ord_…).

Example:

"ord_01HZX0OR1A2B3C4D5E6F7G8H"

Body

application/json
domains
string[]
required

Domains to cancel (dom_… ID or name). Omit the body to cancel the whole order.

Minimum array length: 1
Example:

Response

Cancellation schedule for the order or selected domains.

data
object
required
Last modified on August 25, 2026