Documentation
Sign inGet started

Delete a mailbox

DELETE
/v1/email/mailboxes/{mailbox_id}
await bird.email.mailboxes.delete("mbx_01abc");
Deletes a mailbox. The address stops receiving mail immediately and enters quarantine. The same workspace can bind it to a new mailbox after 30 days, but other workspaces never can. The mailbox and its remembered messages are kept for 30 days, so you can bring it back with POST /email/mailboxes/{mailbox_id}/restore. Once those 30 days are up they are deleted for good.