Remove a custom domain

View as Markdown
Permanently removes a custom domain from your account. **Side effects:** - All API inboxes registered at `@{domain}` are automatically unregistered. - The domain is also removed from the webapp dashboard. **Plan required:** Growth ($49/mo) or Enterprise ($149/mo).

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

domainstringRequired

The bare domain name to remove (e.g. mail.acme.com).

Response

OK
messagestring
successboolean
inboxes_removedlist of strings

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error