메인 콘텐츠로 건너뛰기
DELETE
/
v2
/
{entity}
/
{project}
/
scorers
/
{object_id}
스코어러 삭제
curl --request DELETE \
  --url https://api.example.com/v2/{entity}/{project}/scorers/{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

삭제할 다이제스트의 목록입니다. 제공하지 않으면 해당 스코어러의 모든 다이제스트가 삭제됩니다.

응답

성공 응답

num_deleted
integer
필수

삭제된 스코어러 버전의 개수