Delete a snapshot
DELETE /gcp/vsa/volumes/{workingEnvironmentId}/{svmName}/{volumeName}/snapshot
Deletes a snapshot manually.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
workingEnvironmentId |
string |
path |
True |
|
svmName |
string |
path |
True |
|
volumeName |
string |
path |
True |
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
snapshotName |
array[string] |
True |
Example request
{
"snapshotName": [
"string"
]
}
Error
Status: Default, Default response