Delete a domain
DELETE /domains/{id}
Remove a domain. Any future sends from an address on this domain return 400 Domain not verified. Past emails and their bounce/engagement data are preserved.
Example
Section titled “Example”curl -X DELETE https://mail.3ava.com/api/domains/dom_a1b2... \ -H "Authorization: Bearer am_YOUR_KEY"Response
Section titled “Response”204 No Content