Bulk Delete Eval Tasks
Soft-delete multiple eval tasks in one request. Accepts an array of eval task UUIDs; tasks must be in a non-running state. Returns success status.
POST
https://api.futureagi.com/tracer/eval-task/mark_eval_tasks_deleted/ Authentication
Request body
eval_task_ids
List of eval task UUIDs to delete. All tasks must be in a non-running state.
Response
200 OK status
true if all tasks were deleted successfully. result
Confirmation message.
Errors
400
One or more tasks are running or have invalid IDs.
401
Invalid or missing API credentials.