infomaniak_delete_redirection
Delete a mail redirection using a two-phase commit. Plan the removal first, then confirm with the returned token to execute.
Instructions
Delete a mail redirection. Two-phase commit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mail_hosting_id | Yes | Mail hosting ID. Discover via infomaniak_list_mail_hostings. | |
| 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. | |
| 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 | |||