Help us improve these docs. Take our quick survey.
cURL
curl --request DELETE \ --url https://api.example.com/v2/{entity}/{project}/evaluation_runs \ --header 'Authorization: Basic <encoded-value>'
{ "num_deleted": 123 }
평가 run을 삭제합니다.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
삭제할 평가 run ID 목록
성공적인 응답
삭제된 evaluation run 수
이 페이지가 도움이 되었나요?