Skip to main content
POST
删除素材

Authorizations

Authorization
string
header
required

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

Body

application/json
Id
string
required

要删除的素材 ID。

Example:

"asset-20260528140922-d9646"

model
string

模型名称。默认 volc-asset

Example:

"volc-asset"

Response

删除成功

Id
string

已删除的素材 ID。

Example:

"asset-20260528140922-d9646"

Deleted
boolean

是否已删除。

Example:

true