Delete custom domain
Removes a custom domain from the app and stops serving it.
This detaches the domain from Base44’s hosting, deletes any email domain configured on it, and removes it from the routing table so it stops resolving to the app. Other domains that were redirecting to this one stop redirecting.
A failed delete does not necessarily leave the domain working. Detaching it from Base44’s hosting and removing its email domain happen first, so a failure after that point takes the domain out of service while its row survives and it still appears in List custom domains. Retrying the delete is safe and is how you finish it. Retrying one that is already gone answers 404.
Authorizations
Personal API key.
Path Parameters
ID of the app the domain belongs to.
ID of the custom domain, as returned in id by List custom domains.
Response
The domain is deleted.
A one-line confirmation.
What happened, in plain text.
"Domain successfully unlinked"