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

削除する digests のリストです。指定しない場合は、モデル のすべての digests を削除します。

レスポンス

成功レスポンス

num_deleted
integer
必須

削除されたモデルバージョンの数。