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
{ "existing@domain.com": "success", "existing_from_crm@domain.com": "unsupported", "unexistent@domain.com": "not_found"}
Delete email exclusions
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object
Was this page helpful?