v26

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-1247150179.9 KB
hosting

Delete hosting configuration

Remove the hosting configuration for a domain or subdomain. This stops the domain from serving content through the configured hosting type and releases the associated SSL certificate.

Use the subName field in the request body to target a specific subdomain's configuration. If omitted, the root domain configuration is removed.

Use $preview=true to validate the request without applying changes.

delete/domains/{name}/dns/hosting

Path parameters

namestring required

Domain name

Query parameters

$previewboolean required

Preview mode — validate the request without executing changes.

Request body

subNamestring

The subdomain whose hosting configuration should be removed. Omit or leave empty for the root domain.

Response

Hosting delete operation created

@type'unstoppabledomains.com/partner.v3.DomainHostingOperationResult' required

Example response

{
  "operation": {
    "id": "op-a1b2c3d4-e5f6-7890-abcd-ef1234567890",
    "dependencies": [
      {
        "id": "plop_abc12345-1234-1234-1234-abc123456789",
        "parameters": {
          "owner": {
            "id": "con_abc12345-1234-1234-1234-abc123456789"
          },
          "contacts": {
            "admin": {
              "id": "con_abc12345-1234-1234-1234-abc123456789"
            },
            "billing": {
              "id": "con_abc12345-1234-1234-1234-abc123456789"
            },
            "tech": {
              "id": "con_abc12345-1234-1234-1234-abc123456789"
            }
          },
          "period": 1
        }
      }
    ]
  }
}