Delete a delivery address
address_deleteDelete a delivery address from the Alza account's address book after user confirmation, using a one-time token for authorization.
Instructions
Delete a delivery address from the Alza account by executing the per-address delete action from the profile response. Destructive: removes the address (id=address_id) from the account's address book. Use only with explicit user confirmation, after showing which address will be deleted. Requires a one-time token from prepare_mutation (action=address_delete).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | An AppAction object copied verbatim from a prior tool response (e.g. `profile`); it must contain form.meta.href. Never hand-craft URLs. | |
| address_id | Yes | The address id to delete, from the `profile` address book. | |
| confirmation_token | Yes | One-time token from `prepare_mutation` prepared with the matching action. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| err | No | ||
| msg | No | ||
| data | No |