Blacklist Email Addresses
POST https://{{instance_url}}/email/blacklist
Blacklisting an email address will unsubscribe the user from email and mark them as hard bounced.
| 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"=>["blacklist_email1", "blacklist_email2"]}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Authorization | string |