infomaniak_delete_redirection
Delete a mail redirection by specifying the mail hosting ID and local part of the source address. Uses a two-phase commit with a confirmation token to ensure safe removal.
Instructions
Delete a mail redirection. Two-phase commit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Local part of the redirection source to remove (e.g. 'support' to delete 'support@coden.lu'). NOT the full email. List existing rules with infomaniak_list_redirections. | |
| mail_hosting_id | Yes | Mail hosting ID. Discover via infomaniak_list_mail_hostings. | |
| confirmation_token | No | Token returned by the first (plan) phase of the two-phase commit. Re-pass it on the second call to actually delete. Omit on first call to receive the plan + token. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||