cURL
curl --request DELETE \ --url https://api.vogent.ai/api/eval_configs/{id}/records/{recordId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>" }
Deletes an AI evaluation record.
In the form Bearer <api_key_here>. You can find your api key in your dashboard.
Bearer <api_key_here>
ID of the eval config.
ID of the eval record.
Successful operation