delete_card
Delete a card by its ID, confirming with 'withChildren' when it has child items. Reports the deleted card and parent's before/after state.
Instructions
Delete a card by id alone (its type is resolved). A card with child cards (a story's tasks and bugs, a feature's stories, an epic's features, a test plan's test cases) is only deleted with withChildren: true, since Targetprocess may delete them with it. Reports what was deleted and the parent card's state and efforts before/after.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| withChildren | No | Confirm deleting a card that has child cards |