Delete a receive rule
DELETE
/v1/email/mailboxes/{mailbox_id}/receive-rules/{rule_id}
curl -X DELETE "https://us1.platform.bird.com/v1/email/mailboxes/{mailbox_id}/receive-rules/{rule_id}" \
-H "Authorization: Bearer $TOKEN"Removes a receive rule from the mailbox. To change an entry from allow to block (or back), delete the rule and create a new one.