api access

External API

  1. Home › 
  2. API Access

Delete host

The command removes a subordinate host on a domain

Fully qualified domain name FQDN

Name of the host

Indicates whether the request has been completed or queued for processing

HTTP ENDPOINT
DELETE /v1/hosts/:domain/:host
EXAMPLE REQUEST: DELETE /v1/hosts/example.com/ns1
EXAMPLE RESPONSE: HTTP 200 OK
{
    "pending": false
}