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

クエリパラメータ

prediction_ids
string[]
必須

削除する予測結果 ID のリスト

レスポンス

成功時のレスポンス

num_deleted
integer
必須

削除された予測の数