v1
latestOpenAPI 3.1.02026-07-24700259.3 KBSUPPRESSIONS
Remove a suppression
Removes the suppression on the specified email address or domain
post/suppression/remove
Request body
Response
Suppression removed
Example response
{
"request_id": "aa253464-0bd0-467a-b24b-6159dcd7be60",
"data": {
"suppressions": [
{
"reason": "manual",
"email_address": "test@example.com",
"removed": true
}
]
}
}