POST
/
?action=deletechildnameserver
curl --request POST \
  --url 'https://domain.hostwithdothost.com/?action=deletechildnameserver' \
  --header 'Content-Type: application/json' \
  --data '{
  "username": "yourUsername",
  "password": "yourPassword",
  "domain": "thegrtnx.com.ng",
  "nameServer": "ns1.thegrtnx.com.ng"
}'
{
  "data": {
    "NameServer": "ns1.thegrtnx.com.ng"
  },
  "result": "OK"
}

Body

application/json

Response

200
application/json

The response is of type object.