Remove Card External Link
kaiten_remove_card_external_linkPermanently remove an external link from a card. Preflight checks that the card and link IDs match before deletion, preventing cross-card mistakes.
Instructions
Remove an external link from a card permanently. Unlike blockers (where DELETE is a soft release), this is a true hard-delete — the link disappears from kaiten_list_card_external_links afterwards. Preflight verifies the cardId+linkId pair matches before deletion, to prevent silent cross-card removal. linkId from kaiten_list_card_external_links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardId | Yes | Card ID (parent, from kaiten_search_cards) | |
| linkId | Yes | External link ID (from kaiten_list_card_external_links) |