Skip to main content
DELETE
/
suppression-list
/
recipients
/
{recipient}
Delete Suppression Entry
curl --request DELETE \
  --url https://api.mailchannels.net/tx/v1/suppression-list/recipients/{recipient} \
  --header 'X-Api-Key: <x-api-key>'
{
  "errors": [
    "<string>"
  ]
}

Headers

X-Api-Key
string
required

Path Parameters

recipient
string
required

Query Parameters

source
enum<string>
default:api
Available options:
api,
unsubscribe_link,
list_unsubscribe,
hard_bounce,
spam_complaint,
all

Response

The specified suppression entry was successfully deleted.