delete_status
Delete an existing status by providing its ID. If tasks are assigned to it, specify a reassign_to status to move them before deletion.
Instructions
Delete a status by ID (requires owner or admin role). If tasks use this status, provide reassign_to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status_id | Yes | The status ID to delete | |
| reassign_to | No | Status ID to reassign tasks to before deleting (required if tasks use this status) |