remove_deck_card
Remove a card from a Magic: The Gathering deck by specifying the deck ID, card UUID, and whether it's in the mainboard or sideboard.
Instructions
Remove a card + board row from a deck entirely. Requires IWMM_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deckId | Yes | Deck id. Get from list_decks or create_deck. | |
| cardId | Yes | Internal IWMM card UUID. Get from search_cards or get_card. | |
| isSideboard | Yes | Which board the row belongs to. Mainboard and sideboard are separate rows. |