Delete email messages by address
Permanently deletes every email in the authenticated account sent from or to the
supplied address, including retained events whose parent message has expired.
Events and durable recipients are deleted immediately with each message. The
operation never searches or reports matches in another account. The legacy
/v2/emails DELETE route is a backward-compatible alias.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Sender or recipient address to delete. Matching is trimmed and case-insensitive.
Response
Matching account-scoped email data deleted successfully.