v1

latestOpenAPI 3.1.02026-07-24700259.3 KB
SUPPRESSIONS

Remove a suppression

Removes the suppression on the specified email address or domain

post/suppression/remove

Request body

email_addressstring required

The email address or domain you would like to remove from your suppression list

reasonsstring[] required

A list of block types you would like to remove for the given email or domain

subaccount_idstring

If you wish to make this API call on behalf of a subaccount then include its unique ID here

Response

Suppression removed

request_idstring required

Example response

{
  "request_id": "aa253464-0bd0-467a-b24b-6159dcd7be60",
  "data": {
    "suppressions": [
      {
        "reason": "manual",
        "email_address": "test@example.com",
        "removed": true
      }
    ]
  }
}