Skip to main content

DELETE /inbound/:id

Permanently deletes an inbound email and its attachments.

Authentication

Bearer token (JWT or API key)

Path Parameters

ParameterTypeRequiredDescription
idstringYesInbound email ID

Response

{
  "message": "Email deleted"
}