Delete asset

Permanently remove an asset from the storage system by its unique identifier. This operation cannot be undone and will remove all associated metadata and file content from the platform.

DELETE
/assets/{assetId}
AuthorizationBearer <token>

In: header

Path Parameters

assetId*string

Unique identifier of the asset

Response Body

application/json

application/json

application/json

curl -X DELETE "https://api-testnet.dual.network/assets/string"
{}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}