curl --request DELETE \
--url https://api.example.com/v2/{entity}/{project}/datasets/{object_id} \
--header 'Authorization: Basic <encoded-value>'{
"num_deleted": 123
}データセットオブジェクトを削除します。ダイジェストが指定されている場合は、指定されたバージョンのみが削除されます。指定されていない場合は、すべてのバージョンが削除されます。
curl --request DELETE \
--url https://api.example.com/v2/{entity}/{project}/datasets/{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.
削除するダイジェストのリスト。指定されていない場合は、そのデータセットのすべてのダイジェストが削除されます。
正常応答
削除されたデータセットバージョンの数。