Op 삭제
curl --request DELETE \
--url https://api.example.com/v2/{entity}/{project}/ops/{object_id} \
--header 'Authorization: Basic <encoded-value>'{
"num_deleted": 123
}op 객체를 삭제합니다. digest가 제공되면 해당 버전만 삭제됩니다. 그렇지 않으면 모든 버전이 삭제됩니다.
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
}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-kb-refresh.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
인증
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
쿼리 매개변수
삭제할 digest 목록입니다. 제공되지 않으면 해당 op의 모든 digest가 삭제됩니다.
응답
성공적인 응답
이 op에서 삭제된 op 버전 수
⌘I