Delete Dataset Eval
Remove an evaluation from a dataset, with an option to delete the associated column.
DELETE
https://api.futureagi.com/model-hub/develops/{dataset_id}/delete_user_eval/{eval_id}/ Authentication
Path parameters
dataset_id
UUID of the dataset containing the evaluation to delete.
eval_id
UUID of the user eval metric to delete.
Request body
delete_column
Whether to permanently delete the eval’s associated column and all its data. Default is false.
Response
200 OK data
Confirmation message indicating the evaluation was deleted.
success
Whether the request completed successfully.
Errors
401
Invalid or missing API credentials.
404
The specified evaluation was not found.
500
An unexpected error occurred on the server while deleting the evaluation.