v13

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-022830130.4 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

statusstring
msgstring

Example response

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