Delete a DNS domain

DELETE/v1/dns/domains/{id}

A DELETE request to the /v1/dns/domains/{id} endpoint will remove a DNS domain along with all of its records. Its ID has to be specified in the path parameter.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

FieldDetails
id
string

A unique identifier of a DNS domain.

Response Body

application/json

application/json

curl -X DELETE "https://example.com/v1/dns/domains/WPe9rxaL"
Empty