Domains /
Delete domain
Deletes a domain and each of its registered subdomains.
Required permission
Account > Domains > General > Delete
Path parameters
domain
string requiredName of the domain
Response body
- {object}Response object.
data
{object} requiredResult data.
API
CLI
JS Client
DELETE /v1/domains/{domain}
Example response
200 OK
The operation was performed successfully.
JSON
{
"data": {}
}