AgentMail

delete_alias

Delete a forwarding address. Mail sent to it afterwards bounces.

Remote faivelo/mail

Remote (network-hosted)

Other tools also called delete_alias? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "address": {
      "type": "string",
      "description": "Full alias address, e.g. \"[email protected]\""
    }
  }
}