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
Bearer <API_KEY> from Console > Developers > Workspace API Keys.Path parameters
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.
The configured Web Frontend host. Cleared (omitted) after deletion.
The configured OIDC Backend host. Cleared (omitted) after deletion.
Lifecycle status.
unconfigured after a successful delete.What you need to do next. One of
none, add_cname, waiting, verify, contact_support, retry. none after a successful delete.Human-readable explanation of the current status. Omitted when there is nothing to report.
DNS records to add at your DNS provider. Empty after deletion. See Get Custom Domain for each record’s fields.
ISO 8601 timestamp of the most recent verify. Omitted once unconfigured.

