GlobalAiOpc
Seedance X1 - Delete Asset
Delete a Seedance X1 asset
Seedance X1 Delete Asset
Delete a specified asset. After deletion, the asset should not be used for new video generation tasks.
Authentication
Get KeyAll requests require a Bearer token in the request header:
cURL
Authorization: Bearer {{key}}
Base URL
https://zcbservice.aizfw.cn/kyyReactApiServerbaseUrl 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
assetIdstringrequiredAsset ID.
Response Parameters
codeintegerResponse code.
0 means success.msgstringResponse message. Returned when the request fails.
datastringSuccess message.
