mingyan

Seedance2.0 - Delete Asset

Disable a Seedance2.0 asset

POST/kyyReactApiServer/asset/seedance2/assetDelete

Seedance2.0 Delete Asset

Deleting an asset is a soft delete. After success, the asset status becomes DISABLED; do not use it in new tasks.
cURL
Authorization: Bearer {{key}}
assetIdstringrequired
Asset ID. A plain ID, assetId://{assetId}, and asset://{assetId} are accepted.

Response Parameters

assetIdstring
Asset ID.
assetTypestring
Asset type.
urlstring
Original asset URL.
statusstring
Usually DISABLED after deletion.
namestring
Asset name.