GlobalAiOpc
Delete Asset
Delete specified asset, cannot be recovered after deletion, please operate with caution
Seedance2.0 Delete Asset
Delete specified asset. Cannot be recovered after deletion, please operate with caution.
Important Notice:
- Assets cannot be recovered after deletion
- Confirm the asset is no longer in use before deletion
- Recommend backing up important assets before deletion
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.Path Parameters
assetIdstringrequiredAsset ID to delete
Example:
asset-20260330142158-q75m8Response Parameters
codestringResponse status code
"0"- Deletion successful- Other values - Deletion failed
msgstringResponse message
- Returns
"删除成功"(Deletion successful) on success - Returns specific error message on failure
datanullData field, returns
null for deletion operationUse Cases
Clean Unused Assets
Delete assets that are no longer needed to free up storage space
Asset Management
Manage asset library and keep asset list clean
Clean Failed Assets
Delete failed or incorrect assets
Privacy Protection
Delete assets containing sensitive information
Pre-deletion Checklist
Confirm Asset Information
Use asset detail API to confirm the asset information to be deleted
Check Usage
Confirm the asset is not being used by ongoing video generation tasks
Execute Deletion
Call delete API to delete the asset
Verify Result
Verify asset has been deleted through asset list or detail API
Deletion Notes:
- Deletion is permanent and cannot be undone
- Deleting assets does not affect already generated videos
- After deletion, the asset ID can no longer be used
- Recommend regularly cleaning up unneeded assets
Best Practices:
- Query asset details before deletion to confirm target asset
- For important assets, download backup before deletion
- For batch deletion, delete one by one and check results
- Record deleted asset IDs to avoid misuse
