Delete Evaluation Group
Soft deletes an evaluation group and removes all its associated evaluation templates.
DELETE
https://api.futureagi.com/model-hub/eval-groups/{id}/ Authentication
Authorization
Include your API key in the Authorization header as Bearer <token>. Retrieve your API Key from the Dashboard.
Path parameters
id
The UUID of the evaluation group to delete.
Errors
400
The evaluation group does not exist for this user.
401
Authentication credentials were not provided or are invalid.