For the complete documentation index, see llms.txt. This page is also available as Markdown.

Unset default WHOIS profile

Unset WHOIS contact profile as default. The profile itself is kept, it is only no longer pre-selected for its TLD. Use this endpoint to stop reusing contact information for new registrations.

Unset default WHOIS profile

delete

Unset WHOIS contact profile as default.

The profile itself is kept, it is only no longer pre-selected for its TLD.

Use this endpoint to stop reusing contact information for new registrations.

Authorizations
AuthorizationstringRequired

API Token authentication

Path parameters
whoisIdintegerRequired

WHOIS ID

Example: 564651
Responses
200

Success empty response

application/json
messagestringOptionalExample: Request accepted
delete/api/domains/v1/whois/default/{whoisId}
DELETE /api/domains/v1/whois/default/{whoisId} HTTP/1.1
Host: developers.hostinger.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "message": "Request accepted"
}

Last updated

Was this helpful?