curl --request DELETE \
--url https://api.example.com/v2/{entity}/{project}/ops/{object_id} \
--header 'Authorization: Basic <encoded-value>'{
"num_deleted": 123
}op 객체를 삭제합니다. 다이제스트가 제공된 경우 해당 버전만 삭제되고, 제공되지 않으면 모든 버전이 삭제됩니다.
curl --request DELETE \
--url https://api.example.com/v2/{entity}/{project}/ops/{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.
삭제할 다이제스트의 목록입니다. 값을 지정하지 않으면 이 연산과 관련된 모든 다이제스트가 삭제됩니다.
성공 응답
이 op에 대해 삭제된 op 버전의 개수