buy_unlink_merchant
Disconnect a merchant — drops the saved session + link. The user must re-link (e.g. hosted connect) before shopping it again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| merchant | Yes | Merchant slug to disconnect (e.g. doordash). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Outcome: 'unlinked', 'not_linked', or 'error'. | |
| message | Yes | Human-readable unlink outcome. | |
| merchant | No | The merchant slug that was unlinked (or attempted). |