cURL
curl --request DELETE \ --url https://api.futureagi.com/model-hub/eval-groups/{id}/ \ --header 'X-Api-Key: <api-key>' \ --header 'X-Secret-Key: <api-key>'
{ "error": "<string>" }
Soft deletes an evaluation group and removes all its associated evaluation templates.
API Key for authentication. Click here to access API Key
Secret Key for authentication. Click here to access Secret Key
The UUID of the evaluation group to delete.
Evaluation group deleted successfully.
Was this page helpful?