curl -X DELETE https://api.sendgrid.com/v3/global_suppressions/email@example.com -H "Authorization: Bearer $SENDGRID_API_KEY"

Category: Mail Servers & Postfix

curl -X DELETE https://api.sendgrid.com/v3/global_suppressions/email@example.com -H "Authorization: Bearer $SENDGRID_API_KEY"

Remove an address from global suppressions

Lifts the global block on a recipient so your sends reach them again, which is useful after a user reports missing mail that turned out to be an old unsubscribe. Deleting a nonexistent entry returns 404, which is safe to ignore.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.