provider Evals DELETE /evals/{eval_id}
@utdk/openai /evals/{eval_id}
Delete an evaluation.
eval_id path required
The ID of the evaluation to delete.
string

Try it

Authentication
Configure credentials for OpenAI API
deleteeval
DELETE/evals/{eval_id}

Parameters

required

The ID of the evaluation to delete.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import openai from '@utdk/openai';

await openai.deleteeval()