curl --request DELETE \
--url https://api.getfernand.com/contacts/suppressed/{email} \
--header 'X-API-Key: <api-key>'{
"error": "<string>"
}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.Documentation Index
Fetch the complete documentation index at: https://developers.getfernand.com/llms.txt
Use this file to discover all available pages before exploring further.
Email address or domain pattern to remove from suppression list.
Email or domain removed from suppression list successfully.
Was this page helpful?