GlobalAiOpc

Seedance X1 - Delete Asset

Delete a Seedance X1 asset

POST/kyyReactApiServer/asset/seedance-x1/assetDelete

Seedance X1 Delete Asset

Delete a specified asset. After deletion, the asset should not be used for new video generation tasks.

Authentication

Get Key
All requests require a Bearer token in the request header:
cURL
Authorization: Bearer {{key}}

Base URL

https://zcbservice.aizfw.cn/kyyReactApiServer
baseUrl is the shared prefix for all public APIs. The api field in the current page frontmatter shows the full endpoint. Use this baseUrl as the common prefix when reading or composing request paths.

Request Parameters

assetIdstringrequired
Asset ID.

Response Parameters

codeinteger
Response code. 0 means success.
msgstring
Response message. Returned when the request fails.
datastring
Success message.