curl --request DELETE \
--url https://api.example.com/v2/{entity}/{project}/evaluations/{object_id} \
--header 'Authorization: Basic <encoded-value>'{
"num_deleted": 123
}evaluation 객체를 삭제합니다.
curl --request DELETE \
--url https://api.example.com/v2/{entity}/{project}/evaluations/{object_id} \
--header 'Authorization: Basic <encoded-value>'{
"num_deleted": 123
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
삭제할 다이제스트 목록입니다. 제공하지 않으면 해당 evaluation의 모든 다이제스트를 삭제합니다.
성공 응답
삭제된 evaluation 버전 수