v21

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-042830148.8 KB
Inbound Email

Delete Inbound Email

Permanently delete an inbound email address. It will stop accepting emails.

Note: Deletion is immediate and cannot be undone. Any emails received after deletion will be rejected.

delete/v4/inbound-email/{inbound_email_id}

Path parameters

inbound_email_idstring required

Inbound Email ID to delete

Response

Inbound email deleted

msgstring
statusstring

Example response

{
  "msg": "Inbound email deleted successfully",
  "status": "success"
}