메인 콘텐츠로 건너뛰기
DELETE
/
v2
/
{entity}
/
{project}
/
evaluation_runs
평가 run 삭제
curl --request DELETE \
  --url https://api.example.com/v2/{entity}/{project}/evaluation_runs \
  --header 'Authorization: Basic <encoded-value>'
{
  "num_deleted": 123
}

인증

Authorization
string
header
필수

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

경로 매개변수

entity
string
필수
project
string
필수

쿼리 매개변수

evaluation_run_ids
string[]
필수

삭제할 평가 run ID 목록

응답

성공 응답

num_deleted
integer
필수

삭제된 evaluation run의 개수