개요
- deleteVolume
$ curl -s 'http://localhost:8096/client/api?response=json&command=deleteVolume&id=dfbe7a91-3c58-024f-6b91-d35a702c46eb' | python -m json.tool
{
"deletevolumeresponse": {
"success": "true"
}
}
$ curl -s 'http://localhost:8096/client/api?response=json&command=deleteVolume&id=dfbe7a91-3c58-024f-6b91-d35a702c46eb' | python -m json.tool
{
"deletevolumeresponse": {
"success": "true"
}
}