メインコンテンツへスキップ
DELETE
/
v2
/
{entity}
/
{project}
/
evaluations
/
{object_id}
評価の削除
curl --request DELETE \
  --url https://api.example.com/v2/{entity}/{project}/evaluations/{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
必須

削除された evaluation バージョンの数