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

이 op에 대해 삭제된 op 버전의 개수