Cancel Claim
cancel_claimCancel a pending waiver claim using its transaction ID from get_pending. Avoid unwanted adds by retracting the claim before processing.
Instructions
Cancel a pending waiver claim by its transaction id (from get_pending).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sport | No | ffl (football), fba (basketball), or flb (baseball). Defaults to ESPN_SPORT. | ffl |
| season | No | Season year. Defaults to ESPN_SEASON. | |
| dry_run | No | Default true: validates and reports what would be sent without sending it. Set false to actually execute (still a no-op if WRITES_ENABLED=false in .env). | |
| team_id | No | ||
| league_id | No | ESPN league id. Defaults to ESPN_LEAGUE_ID. | 123456 |
| transaction_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sent | No | ||
| dryRun | Yes | ||
| response | No | ||
| wouldSend | No | ||
| verification | No | ||
| blockedReason | No |