v1

latestOpenAPI 3.1.12026-07-17111158225.7 KB
registrar privacy

Disable WHOIS privacy

Disables the WHOIS privacy for the domain.

delete/{account}/registrar/domains/{domain}/whois_privacy

Path parameters

accountinteger required

The account id

domainstring required

The domain name or id

Response

Successfully disabled whois privacy.

Example response

{
  "data": {
    "id": 1,
    "domain_id": 2,
    "expires_on": "2017-02-13",
    "enabled": true,
    "created_at": "2016-02-13T14:34:50Z",
    "updated_at": "2016-02-13T14:34:52Z"
  }
}