curl -X POST "https://mail.example.com/api/v1/delete/bcc" -H "X-API-Key: $MAILCOW_API_KEY" -H "Content-Type: application/json" -d '{"items":[1]}'

Category: Mail Servers & Postfix

curl -X POST "https://mail.example.com/api/v1/delete/bcc" -H "X-API-Key: $MAILCOW_API_KEY" -H "Content-Type: application/json" -d '{"items":[1]}'

Delete BCC copy rules by ID

The items array holds the numeric IDs of BCC rules to remove, which stops the blind copies immediately. Archiving setups lose coverage the moment the rule is gone. Confirm the ID with get/bcc first.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.