Delete suppression entry
Removes an email from the suppression list, allowing future sends.
DELETE /api/v1/partner/email/suppression/:emailCaution. If the address bounced hard or complained, removing it and re-sending is likely to get it suppressed again + drag down your reputation. Only remove when you have evidence the underlying cause is fixed (e.g. user changed providers, mailbox was reactivated).
cURL
curl -X DELETE \
https://apis.splashifypro.com/api/v1/partner/email/suppression/user@example.com \
-H "Authorization: Bearer $SPLASHIFY_API_KEY"Response
{ "success": true }204 / 404 are both treated as success — if the address wasn’t suppressed, the desired end state is already achieved.