trello_delete_label
Delete a label from a Trello board by providing its unique label ID.
Instructions
Delete a label from a Trello board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | Trello API key (optional if TRELLO_API_KEY env var is set) | |
| token | No | Trello API token (optional if TRELLO_TOKEN env var is set) | |
| labelId | Yes | ID of the label to delete |