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 code | Description |
|---|---|
| 200 | An empty response |
| 400 | Bad request error - the request contains invalid parameters or malformed data |
| 500 | Internal 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"}