1from agentmail import AgentMail23client = AgentMail(4 base_url="https://api.agentmail.to",5 api_key="YOUR_TOKEN_HERE"6)78client.inboxes.drafts.delete(9 inbox_id="inbox_id",10 draft_id="draft_id"11)
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer <token>