Values.DeleteKxVolumeRequestSourceDeletes a volume. You can only delete a volume if it's not attached to a cluster or a dataview. When a volume is deleted, any data on the volume is lost. This action is irreversible.
type nonrec t = {environmentId : KxEnvironmentId.t;A unique identifier for the kdb environment, whose clusters can attach to the volume.
*)volumeName : KxVolumeName.t;The name of the volume that you want to delete.
*)clientToken : ClientTokenString.t option;A token that ensures idempotency. This token expires in 10 minutes.
*)}val make :
?clientToken:??? ->
environmentId:KxEnvironmentId.t ->
volumeName:KxVolumeName.t ->
unit ->
t