Tasks
Delete task
Deletes a task and all its associated resources (evaluator configs, runs, etc.). This operation is irreversible.
<Note>This endpoint is in beta, read more here.</Note>
delete/v2/tasks/{task_id}
Path parameters
task_idstring required
A universally unique identifier (base64-encoded opaque string).
Example:RW50aXR5OjEyMzQ1
The unique task identifier (base64)
Response
Task deleted successfully