Deactivate the active hard bounce record for an email address. Use this when the email address has been reactivated and should no longer be blocked from receiving emails.
Deactivate the active hard bounce record for an email address. Use this when the email address has been reactivated and should no longer be blocked from receiving emails.
Path Parameters
emailAddress string required
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Loading...