Delete an asset from the Seedance 2.0 asset library when it is no longer needed. Deleted assets cannot be recovered, and their asset IDs can no longer be used in generation tasks. Base URL:Documentation Index
Fetch the complete documentation index at: https://docs.xingchaoyiqing.com/llms.txt
Use this file to discover all available pages before exploring further.
https://zcbservice.aizfw.cn/kyyReactApiServer
Endpoint: DELETE /kyyVideo2/asset/{assetId}
Path Parameters
The ID of the asset to delete.Example:
asset-20260330142158-q75m8Response Fields
Response status code returned as a string.
"0" indicates the asset was successfully deleted; any other value indicates failure.Response message confirming the operation result, or an error description on failure.
Always
null for delete operations. No data is returned.Example Request
Before You Delete
Follow these steps to avoid accidental data loss:- Confirm the asset — Use the Asset Details endpoint to verify this is the correct asset.
- Check for active usage — Ensure the asset is not referenced in any in-progress or scheduled generation tasks.
- Back up if needed — Download or note the original URL from the asset details before proceeding.
- Delete — Call this endpoint and confirm the response
codeis"0".