DeleteVolumeRequest

DeleteVolumeRequest Message for deleting a Volume

JSON representation
{
  "name": string,
  "force": boolean
}
Fields
name

string

Required. Name of the volume

force

boolean

If this field is set as true, CCFE will not block the volume resource deletion even if it has any snapshots resource. (Otherwise, the request will only work if the volume has no snapshots.)