cURL
curl --request PUT \ --url https://api.example.com/api/EmailIntegration/ExclusionList \ --header 'Content-Type: application/json' \ --data ' { "exclusions": [ { "id": 123, "value": "<string>" } ], "deleteIds": [ 123 ] } '
Show child attributes
OK
Was this page helpful?