https://zcbservice.aizfw.cn/kyyReactApiServer
Endpoint: DELETE /kyyVideo2/asset/{assetId}
Path Parameters
string
required
The ID of the asset to delete.Example:
asset-20260330142158-q75m8Response Fields
string
Response status code returned as a string.
"0" indicates the asset was successfully deleted; any other value indicates failure.string
Response message confirming the operation result, or an error description on failure.
null
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".