cURL
curl --request DELETE \ --url https://api.amplemarket.com/excluded-domains \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "excluded_domains": [ { "domain": "<string>" } ] }'
200
Successful
{ "existing_domain.com": "success", "existing_domain_from_crm.com": "unsupported", "unexistent_domain.com": "not_found"}
Delete domain 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?