drop_player
Drop a player from your fantasy team. Preview the transaction first, then confirm to execute.
Instructions
Drop a player from your team. Uses a confirmation pattern: first call (confirm=false) previews the changes, second call (confirm=true) executes them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | If false (default), returns a preview of transaction. If true, executes the drop transaction. | |
| team_id | No | Team ID (1-based index) | |
| league_id | No | ESPN League ID (defaults to configured league) | |
| player_id | No | ESPN player ID to drop | |
| season_year | No | Season year (defaults to current year) | |
| scoring_period_id | No | Scoring period (week) for transaction (defaults to current period) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |