Delete suppressions

This method allows you to delete email addresses from the suppression list. It accepts delete suppression requests and asynchronously deletes them.

Please log in to see full path URL. Learn why.
delete
/email/1/suppressions
Request rate limit:
100 requests / second (per account)
Request Body schema:
application/json
collapse all -
suppressions
required
Array of objects [ 1 .. 10 ] items

Email addresses to delete from the suppression list. Number of destinations cannot exceed 10,000.

Array
domainName
required
string

Domain name from which suppressions will be deleted.

emailAddress
required
Array of strings [ 1 .. 1000 ] items

Email addresses that need to be deleted.

type
required
string
Enum: "BOUNCE" "COMPLAINT" "OVER_QUOTA"

Type of suppression.

Responses

204

No content

400

Bad Request

401

Unauthorized

403

Forbidden

429

Too Many Requests

500

Internal Server Error

Request samples

Content type
application/json
Copy
Collapse all
{
  • "suppressions":
    [
    • {
      • "domainName": "example.com",
      • "emailAddress":
        [
        • "jane.smith@example.org",
        • "john.doe@example.org"
        ],
      • "type": "BOUNCE"
      },
    • {
      • "domainName": "example.com",
      • "emailAddress":
        [
        • "john.smith@example.org",
        • "john.perry@example.org"
        ],
      • "type": "COMPLAINT"
      },
    • {
      • "domainName": "example.com",
      • "emailAddress":
        [
        • "jack@peterson@example.org"
        ],
      • "type": "OVER_QUOTA"
      }
    ]
}

Response samples

Content type
Copy
Collapse all
{
  • "errorCode": "E400",
  • "description": "Request cannot be processed.",
  • "action": "Check the syntax, violations and adjust the request.",
  • "violations": [ ],
  • "resources":
    []
}

Encountering issues

Contact our support

What's new? Check out

Release Notes

Unsure about a term? See

Glossary

Research panel

Help shape the future of our products
Learn more
Service status

Copyright @ 2006-2025 Infobip ltd.