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
Example response
{
"status": "success",
"msg": "Inbound email deleted successfully"
}