cURL
curl --request DELETE \ --url https://api.amplemarket.com/excluded-emails \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "excluded_emails": [ { "email": "<string>" } ] } '
200
Successful
{ "[email protected]": "success", "[email protected]": "unsupported", "[email protected]": "not_found"}
Delete email exclusions
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
success
not_found
unsupported
Was this page helpful?