Skip to main content
POST
删除素材

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

请求体

application/json
Id
string
必填

要删除的素材 ID。

示例:

"asset-20260528140922-d9646"

model
string

模型名称。默认 volc-asset

示例:

"volc-asset"

响应

删除成功

Id
string

已删除的素材 ID。

示例:

"asset-20260528140922-d9646"

Deleted
boolean

是否已删除。

示例:

true