Disable email sending for a domain
Turns off email sending for a domain.
The domain itself stays connected to the app and keeps serving the site. Only the ability to send mail from it goes away, and mail falls back to Base44’s own sending address.
Base44 also tries to remove the domain from the mail provider, but a 200 does not promise that part succeeded: if the provider cannot be reached the local configuration is still removed and the call still succeeds.
This is not reversible: turning the domain back on means running Enable email sending for a domain again, publishing DNS records again, and waiting for verification again.
Send domain when the app has more than one. The response body is empty, so read the status code.
Authorizations
Personal API key.
Path Parameters
ID of the app whose email domains you want to work with.
Query Parameters
Domain to delete. Required when multiple domains exist.
Response
Email sending is off for this domain. The body is empty.
Response for deleting email domain.