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

X-Api-Key API Key Required

Your Future AGI API key used to authenticate requests. You can find and manage your API keys in the Dashboard under Settings.

X-Secret-Key Secret Key Required

Your Future AGI secret key, used alongside the API key for request authentication. This is generated when you create an API key in the Dashboard.

Request body

eval_task_ids array Required

List of eval task UUIDs to delete. All tasks must be in a non-running state.

Response

200 OK
status boolean
true if all tasks were deleted successfully.
result string
Confirmation message.

Errors

400 Bad Request Optional

One or more tasks are running or have invalid IDs.

401 Unauthorized Optional

Invalid or missing API credentials.

GET /
Authentication
REQUEST
 
RESPONSE