Skip to main content
DELETE
/
suppressions
/
{suppressionId}
Remove email from suppression list
curl --request DELETE \
  --url https://api.lettermint.co/v1/suppressions/{suppressionId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Email removed from suppression list successfully."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

suppressionId
string
required

Response

200 - application/json
message
enum<string>
required
Available options:
Email removed from suppression list successfully.