Delete Eval Task
Soft-deletes an eval task and its associated records.
DELETE
https://api.futureagi.com/tracer/eval-task/{id}/ Authentication
Path parameters
id
The eval task ID. Task must not be in running state.
Errors
400
Task is currently running and must be paused before deletion.
401
Invalid or missing API credentials.
404
No eval task found with the specified ID.