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
Authorizations:
Scopes:
Request rate limit:
100 requests / second (per account)
Request Body schema:
application/jsoncollapse 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
|
Responses
204
No content
400
Bad Request
401
Unauthorized
403
Forbidden
429
Too Many Requests
500
Internal Server Error
Request samples
- Payload
- cURL
- Java
- C#
- Go
- Python
- PHP
- JavaScript
- NodeJs
- Ruby
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
- 400
- 401
- 403
- 429
- 500
Content type
application/json
Copy
Collapse all {- "errorCode": "E400",
- "description": "Request cannot be processed.",
- "action": "Check the syntax, violations and adjust the request.",
- "violations": [ ],
- "resources": [
- {
- "name": "API endpoint documentation",
}
]
}
Need assistance
Encountering issues
What's new? Check out
Unsure about a term? See