Skip to main content
POST

Authorizations

string | header
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

string[]
An array of email addresses to remove from suppression.
string
Scopes the removal to a specific suppression group. When omitted, matching entries are removed from all groups.
boolean
When true, removes entries from the global suppression list rather than a project-specific group.

Response

Emails removed from suppression successfully
boolean
Example: true
object