Remove Email Addresses from Spam List
POST https://{{instance_url}}/email/spam/remove
This endpoint allows you to remove email addresses from your Braze spam list. We will also remove them from the spam list maintained by your email provider.
| Parameter | Required | Data Type | Description | 
|---|---|---|---|
| email | Yes | String or array | String email address to modify, or an array of up to 50 email addresses to modify. | 
Request Body
{"email"=>"example@braze.com"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Authorization | string |