Delete WHOIS profile
Delete WHOIS contact profile. Use this endpoint to remove unused contact profiles from account.
Delete WHOIS contact profile.
Use this endpoint to remove unused contact profiles from account.
Authorizations
AuthorizationstringRequired
API Token authentication
Path parameters
whoisIdintegerRequiredExample:
WHOIS ID
564651Responses
200
Success response
application/json
messagestringOptionalExample:
Request accepted401
Unauthenticated response
application/json
500
Error response
application/json
delete/api/domains/v1/whois/{whoisId}
DELETE /api/domains/v1/whois/{whoisId} HTTP/1.1
Host: developers.hostinger.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"message": "Request accepted"
}Last updated
Was this helpful?