Custom Domain
Delete Custom Domain
Remove the custom domain from an app.
DELETE
Tears down the custom domain and reverts the app to the default Hopae URLs. Returns the resulting
CustomDomainStateDto (now unconfigured). See Custom Domain for the concept and lifecycle.
Request
string
required
Bearer <API_KEY> from Console > Developers > Workspace API Keys.Path parameters
string
required
Client identifier of the app.
Response
Returns theCustomDomainStateDto after teardown — status is unconfigured and the host fields are cleared. After deletion you can safely remove the DNS records you added.
string
The configured Web Frontend host. Cleared (omitted) after deletion.
string
The configured OIDC Backend host. Cleared (omitted) after deletion.
string
Lifecycle status.
unconfigured after a successful delete.string
What you need to do next. One of
none, add_cname, waiting, verify, contact_support, retry. none after a successful delete.string
Human-readable explanation of the current status. Omitted when there is nothing to report.
object[]
DNS records to add at your DNS provider. Empty after deletion. See Get Custom Domain for each record’s fields.
string
ISO 8601 timestamp of the most recent verify. Omitted once unconfigured.

