Detach a custom domain
remove_custom_domainRemove a custom domain from a site. The site itself is unaffected; only the custom hostname is detached. The {name}.vibedeploy.be subdomain keeps serving the site.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | The custom domain to remove (e.g. 'tester.subsite.site'). Provide this OR recordId. | |
| recordId | No | The recordId returned by add_custom_domain. Provide this OR domain. | |
| siteName | Yes | The site to detach the domain from. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| removed | Yes | ||
| request_id | No | Server-assigned request correlation id. Quote it when contacting support. |