메인 콘텐츠로 건너뛰기
DELETE
/
v2
/
{entity}
/
{project}
/
evaluations
/
{object_id}
평가 삭제
curl --request DELETE \
  --url https://api.example.com/v2/{entity}/{project}/evaluations/{object_id} \
  --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
필수
object_id
string
필수

쿼리 매개변수

digests
string[] | null

삭제할 다이제스트 목록입니다. 제공하지 않으면 해당 evaluation의 모든 다이제스트를 삭제합니다.

응답

성공 응답

num_deleted
integer
필수

삭제된 evaluation 버전 수