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
username
string
required
password
string
required
domain
string
required
nameServer
string
required

Response

200
application/json
data
object
required
result
string
required