v1

latestOpenAPI 3.1.12026-07-17111158225.7 KB
registrar transfer

Cancel a domain transfer

Cancels an in progress domain transfer.

delete/{account}/registrar/domains/{domain}/transfers/{domaintransfer}

Path parameters

accountinteger required

The account id

domainstring required

The domain name or id

domaintransferinteger required

The domain transfer id

Response

Domain transfer cancellation accepted and queued for processing.

Example response

{
  "data": {
    "id": 1,
    "domain_id": 999,
    "registrant_id": 2,
    "state": "transferring",
    "auto_renew": false,
    "whois_privacy": false,
    "trustee": false,
    "created_at": "2016-12-09T19:43:41Z",
    "updated_at": "2016-12-09T19:43:43Z"
  }
}