Delete a workflow state
delete_stateRemove a status from a team board. A status that still holds issues is refused unless moveTo names another status on the same team to carry them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | Yes | A team key like "ENG", a team name, or a team id. | |
| state | Yes | A workflow state name or id on that team. | |
| moveTo | No | The status the issues in it move to. |