curl --request DELETE \
--url https://api.example.com/v2/{entity}/{project}/ops/{object_id} \
--header 'Authorization: Basic <encoded-value>'{
"num_deleted": 123
}op オブジェクトを削除します。digests が指定されている場合は、それらのバージョンのみ削除されます。指定されていない場合は、すべてのバージョンが削除されます。
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 バージョン数