Skip to main content
DELETE
/
contacts
/
suppressed
/
{email}
Remove an email or domain from the suppression list
curl --request DELETE \
  --url https://api.getfernand.com/contacts/suppressed/{email} \
  --header 'X-API-Key: <api-key>'
{
  "error": "<string>"
}
Removes a suppression record for the specified email address or domain pattern within the organization. If the suppression exists, it is deleted and emails can be received from that address/domain again. If the suppression does not exist, the operation completes successfully without error.

Authorizations

X-API-Key
string
header
required

Authenticate your account by including your secret key in API requests. You can manage your API keys in the Dashboard.

Authentication to the API is performed by using the HTTP Header X-API-Key.

Path Parameters

email
string
required

Email address or domain pattern to remove from suppression list.

Response

Email or domain removed from suppression list successfully.