remove_placement
Remove a card from a single board while preserving its other placements. If it is the last placement, archive the card instead.
Instructions
Take a card off one board (its other placements stay). The last placement can't be removed — archive_card instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_id | Yes | ||
| board_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| ext | No | ||
| title | Yes | ||
| labels | No | ||
| archived | No | ||
| due_date | No | ||
| assignees | No | ||
| checklists | No | ||
| created_at | No | ||
| placements | No | ||
| start_date | No | ||
| updated_at | No | ||
| attachments | No | ||
| description | No |