Authorization: Bearer ********************{
"Id": "hb-yyyyyyyy"
}curl --location '/v1/volc/ark/?Action=DeleteAsset&Version=2024-01-01' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"Id": "hb-yyyyyyyy"
}'{
"ResponseMetadata": {
"Action": "DeleteAsset",
"RequestId": "2026...",
"Region": "cn-beijing",
"Service": "ark",
"Version": "2024-01-01"
},
"Result": {}
}