delete_task
Archive a Trello card by providing its ID, then get the card's details.
Instructions
Archive a Trello card and return its details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | ||
| title | Yes | ||
| completed | Yes | ||
| description | Yes |