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

Parameters

Path Parameters

AssetId
REQUIRED
Unique identifier of the asset
Status codeDescription
200An empty response
400Bad request error - the request contains invalid parameters or malformed data
500Internal server error - an unexpected error occurred on the server
cURL
curl -L -X DELETE \
"https://blockv-labs.io/assets/{assetId}" \
-H 'Accept: application/json'
json
{
"type": "object"
}