remove_buy_list
Delete a card and its foil/non-foil variant from your MTG buy list using the card ID. Requires API key for authentication.
Instructions
Remove a card+finish row from the authenticated user's buy-list entirely. Requires IWMM_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardId | Yes | Internal IWMM card UUID. Get from search_cards or get_card. | |
| isFoil | No | Whether this is the foil variant. Foil and non-foil are separate rows. Defaults to false. |