FlaresendDocs
Admin API

Remove a suppression

Let an address receive email again.

DELETE/v1/admin/suppressions/{address}Admin key

Removes 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

addressstringpathrequired

The address, URL-encoded (@ becomes %40). Matched case-insensitively.

Response

addressstring

The lowercased address.

deletedboolean

true if the address was on the list, false if it wasn't.

notestring

A reminder that Cloudflare keeps a separate suppression list.