# E17049 — MailboxStorageLimitExceeded

The mailbox has reached its storage limit.

- **HTTP status**: `409`
- **Type**: `conflict_error`
- **Name**: `MailboxStorageLimitExceeded`

## What to do

Delete messages you no longer need, lower the mailbox's retention tier so older messages purge sooner, or upgrade to a plan with a higher storage limit.

## Related

- [Idempotency](/docs/api/idempotency): safe retries and key reuse rules
- [E17xxx — Agent mailboxes](/docs/api/errors/E17xxx): every code in this range
- [Errors](/docs/api/errors): the full wire contract, status mapping, and error catalog
- [Error handling](/docs/guides/errors): branching on `type` and `code`, validation details, and `vendor_code`