INPUT_OBJECT
Input for deleting a Managed Volume.
input DeleteManagedVolumeInput {# Flag to indicate whether to convert snapshots of this Managed Volume to relics # or to delete them. Default is true.preserveSnapshots: Boolean# Required. ID of Managed Volume.id: String!}