GlobalAiOpc

Delete Asset

Delete specified asset, cannot be recovered after deletion, please operate with caution

DELETE/kyyReactApiServer/kyyVideo2/asset/{assetId}

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 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.

Path Parameters

assetIdstringrequired
Asset ID to delete
Example: asset-20260330142158-q75m8

Response Parameters

codestring
Response status code
  • "0" - Deletion successful
  • Other values - Deletion failed
msgstring
Response message
  • Returns "删除成功" (Deletion successful) on success
  • Returns specific error message on failure
datanull
Data field, returns null for deletion operation

Use 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