Dismiss a pending task (cancel without executing)
| Reason | Use Case |
|---|---|
not_relevant | Task no longer needed |
manual_execution | Will do it manually |
incorrect_params | Wrong search criteria |
duplicate | Task already exists |
testing | Test/development task |
| Status | Code | Description |
|---|---|---|
| 400 | validation_error | Task is not in pending status |
| 401 | invalid_key | Invalid API key |
| 403 | insufficient_permissions | Missing lexi permission |
| 404 | not_found | Task not found |
| 429 | rate_limited | Rate limit exceeded |