# Delete a domain

The domain must not be disabled or used as an authority for an other domain. Sandbox domain can't be deleted.

Endpoint: DELETE /v3/domains/{name}
Version: 3.0.0
Security: basicAuth

## Path parameters:

  - `name` (string, required)
    The name of the domain to delete

## Response 200 fields (application/json):

  - `message` (string, required)
    Response message

## Response 401 fields (application/json):

  - `message` (string, required)
    Response message

## Response 404 fields (application/json):

  - `message` (string, required)
    Response message


