delete_mailbox
Remove email accounts permanently from Migadu email hosting. Specify targets as email addresses or local accounts. Action is irreversible; use with caution.
Instructions
Delete mailboxes. DESTRUCTIVE: Cannot be undone. List of dicts with: target (email/local).
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| targets | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "targets": {
      "items": {
        "additionalProperties": true,
        "type": "object"
      },
      "title": "Targets",
      "type": "array"
    }
  },
  "required": [
    "targets"
  ],
  "type": "object"
}