Skip to main content
DELETE
/
suppressions
/
{id}
Remove from suppression list
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."
}

Authorizations

Authorization
string
header
required

API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.

Path Parameters

id
string<uuid>
required

The suppression entry ID.

Response

Suppression entry removed successfully