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
Response
Hosting delete operation created
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
}
}
]
}
}