{
"ct_user_id": 0,
"os_id": "string",
"snapshot_uuid": [
"string"
]
}
curl --location --request POST '/api/volumesnapshots/delete/' \
--header 'Content-Type: application/json' \
--data-raw '{
"ct_user_id": 0,
"os_id": "string",
"snapshot_uuid": [
"string"
]
}'
{"errcode":"SUCCESS","errstatus":0,"msg":"success","mark":"352712918","total_count":1,"results":["删除快照成功"],"status_code":null,"raw_data":null,"code":200}