# E04013 — EmailContentExpired

The stored content for this message has expired and is no longer available.

- **HTTP status**: `410`
- **Type**: `gone_error`
- **Name**: `EmailContentExpired`

## What to do

The resource existed but has been permanently removed. Stop requesting this resource; it will not return. Remove stored references to it.

## Related

- [E04xxx — Email sending & delivery](/docs/api/errors/E04xxx): 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`