1from agentmail import AgentMail23client = AgentMail(4 base_url="https://api.agentmail.to",5 api_key="YOUR_TOKEN_HERE"6)78client.pods.domains.delete(9 pod_id="pod_id",10 domain_id="domain_id"11)
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer <token>
The name of the domain. (e.g., ” your-domain.com”)