Delete Inbox
Inboxes
Delete Inbox
Tear down an inbox across backing services and the database. Irreversible.
DELETE
Delete Inbox
CLI:
Overview
Disables warmup, deletes the warmup registration, deletes the backing inbox, and removes the DB row for a single inbox. External cleanup steps are best-effort; failures are logged but do not block the DB delete.This operation shares the URL path
/api/email/accounts/{id} with the update verb. See Update inbox to modify the signature without tearing the account down.AI agent notes
Deletion is irreversible. The backing inbox service may block creating a new inbox with the same
<username>@<domain> after deletion. If an agent is deleting an inbox on behalf of a user, confirm with the human first — the only recovery path is picking a different local part.External cleanup is best-effort. Warmup disable/delete and backing inbox delete are best-effort; failures are logged but do not block the DB delete. The only way this endpoint returns 500 is if the final DB delete itself fails.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Email account (accounts.id) UUID.
Minimum string length:
1Response
Account deleted. External resources cleaned up best-effort; DB row guaranteed removed.
Available options:
true