跳转到主要内容
DELETE
/
api
/
assets
/
{id}
Delete asset
curl --request DELETE \
  --url https://cloud.comfy.org/api/assets/{id} \
  --header 'X-API-Key: <api-key>'
{
  "code": "<string>",
  "message": "<string>"
}

授权

X-API-Key
string
header
必填

API key authentication. Generate an API key from your account settings at https://comfy.org/account. Pass the key in the X-API-Key header.

路径参数

id
string<uuid>
必填

Asset ID

响应

Asset deleted successfully