Remove a custom domain
Stops serving the hostname and releases its certificate. The published port keeps serving its own address, and the body echoes the registration that was removed.
Delete the DNS record afterwards. One left pointing at the target resolves to nothing Sail serves.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Id of the Sailbox, as returned by create. It is sb_ followed by a UUID.
^sb_[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$The hostname to remove. Case, a trailing dot, and Unicode or xn-- spelling all match the same registration.
253Response
The hostname no longer serves the Sailbox.
A hostname you own, serving one published http port.
The hostname, lowercased. A name with non-ASCII characters comes back in its ASCII form.
"app.example.com"
Sailbox the hostname serves.
Port inside the Sailbox that traffic to this hostname reaches.
1 <= x <= 65535The hostname's HTTPS address.
"https://app.example.com"
Hostname to point your DNS at with a CNAME record. It is the same for every domain in your organization, so you can read it once and reuse it.
When the hostname was registered.