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

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.

Path parameters

dataset_id UUID Required

UUID of the dataset containing the evaluation to delete.

eval_id UUID Required

UUID of the user eval metric to delete.

Request body

delete_column boolean Optional

Whether to permanently delete the eval’s associated column and all its data. Default is false.

Response

200 OK
data string

Confirmation message indicating the evaluation was deleted.

success boolean
Whether the request completed successfully.

Errors

401 Unauthorized Optional
Invalid or missing API credentials.
404 Not Found Optional
The specified evaluation was not found.
500 Internal Server Error Optional
An unexpected error occurred on the server while deleting the evaluation.
GET /
Authentication
REQUEST
 
RESPONSE