Skip to main content
DELETE
Delete an eval

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

eval_id
string
required

The ID of the evaluation to delete.

Response

Successfully deleted the evaluation.

object
string
required
Example:

"eval.deleted"

deleted
boolean
required
Example:

true

eval_id
string
required
Example:

"eval_abc123"