Remove Emails from Email Provider Bounce List

POST {{baseUrl}}/api/v1/org/email/bounces/remove-list

Removes a list of email addresses to be removed from the set of email addresses that are bounced

Request Body

{"emailAddresses"=>["name@company.com", "unknown.email@okta.com", "name@okta@com"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"errors":[{"emailAddress":"unknown.email@okta.com","reason":"This email address does not belong to any user in your organization."},{"emailAddress":"name@okta@com","reason":"Invalid email address. The provided email address failed validation against RFC 3696."}]}