Delete an asset by its ID
| Parameter | Type | Required | Description |
|---|---|---|---|
| asset_id | string | Yes | The unique identifier of the asset to delete (e.g., “re_657739295220518912”) |
| Parameter | Type | Description |
|---|---|---|
| code | string | Response code indicating the result status |
| msg | string | Response message describing the operation result |
| data | null | Response data object (null for delete operations) |
| success | boolean | Indicates whether the operation was successful |
| failed | boolean | Indicates whether the operation failed |
The unique identifier of the asset to delete
Asset deleted successfully
Response code indicating the result status
"0000"
Response message describing the operation result
"success"
Response data object (null for delete operations)
null
Indicates whether the operation was successful
true
Indicates whether the operation failed
false