Documentation
Sign inGet started

Delete a receive rule

DELETE
/v1/email/mailboxes/{mailbox_id}/receive-rules/{rule_id}
await bird.email.mailboxes.receiveRules.delete("mbx_01abc", "erl_01xyz");
Removes a receive rule from the mailbox. There is no update operation for rules, so a rule's allow or block action cannot be changed after it is created.