Api referenceSuppressions
DELETE
/suppressions/{email}

Authorization

bearerAuth
AuthorizationBearer <token>

API key in format zk_live_* or zk_test_*

In: header

Path Parameters

email*string
Formatemail

Response Body

application/json

application/json

curl -X DELETE "https://zend.sh/api/v1/suppressions/user@example.com"
Empty
{
  "type": "string",
  "message": "string",
  "field": "string",
  "status": 0
}
{
  "type": "string",
  "message": "string",
  "field": "string",
  "status": 0
}