Admin API
Remove a suppression
Let an address receive email again.
DELETE
/v1/admin/suppressions/{address}Admin keyRemoves the address from Flaresend's list, for every project. It does not touch Cloudflare's own suppression list. If Cloudflare also suppressed the address, sends will still fail there (the email ends up rejected); remove it in the Cloudflare dashboard too.
Removing an address that isn't on the list is not an error: the response has deleted: false.
Path parameters
The address, URL-encoded (@ becomes %40). Matched case-insensitively.