Skip to main content
DELETE
Delete a workflow eval. Returns 204 on success. Run records associated with the deleted eval are kept in the run-records collection (they remain queryable by run_record_id if you cached one) but no longer surface from the eval’s runs endpoint.

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

Response

Successful Response