Bulk Delete Eval Tasks
Soft-deletes multiple eval tasks in a single request.
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.