Skip to main content
POST
/
api
/
Messages
/
Emails
/
Exclusion
Bulk Exclude Emails.
curl --request POST \
  --url https://api.example.com/api/Messages/Emails/Exclusion \
  --header 'Content-Type: application/json' \
  --data '
{
  "data": [
    {
      "id": 123,
      "email": "<string>"
    }
  ],
  "emailAddresses": [
    "<string>"
  ]
}
'

Query Parameters

excludeAllEmails
boolean
default:false

Body

application/json
data
object[] | null
emailAddresses
string[] | null

Response

200

OK