v1

latestOpenAPI 3.1.12026-07-17111158225.7 KB
registrant changes

Cancel a registrant change

Cancel an ongoing registrant change from the account.

delete/{account}/registrar/registrant_changes/{registrantchange}

Path parameters

accountinteger required

The account id

registrantchangeinteger required

The registrant change id

Response

The registrant change is cancelling.

Example response

{
  "data": {
    "id": 1,
    "account_id": 1010,
    "contact_id": 2,
    "domain_id": 2,
    "state": "completed",
    "extended_attributes": {
      "x-fi-registrant-idnumber": "1234"
    },
    "registry_owner_change": false,
    "irt_lock_lifted_by": "2013-12-08",
    "created_at": "2013-11-08T17:23:15Z",
    "updated_at": "2015-01-08T21:30:50Z"
  }
}