cURL
curl --request DELETE \ --url https://api.sendkit.dev/suppressions/{id} \ --header 'Authorization: Bearer <token>'
{ "name": "validation_error", "message": "The from address domain is not verified." }
Remove an email address from the suppression list. This allows the email to receive emails again.
API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.
The suppression entry ID.
Suppression entry removed successfully