Skip to main content
PUT
/
api
/
EmailIntegration
/
ExclusionList
Updates Global Exclusion List.
curl --request PUT \
  --url https://api.example.com/api/EmailIntegration/ExclusionList \
  --header 'Content-Type: application/json' \
  --data '
{
  "exclusions": [
    {
      "id": 123,
      "value": "<string>"
    }
  ],
  "deleteIds": [
    123
  ]
}
'

Body

application/json
exclusions
object[] | null
deleteIds
integer<int32>[] | null

Response

200

OK