DeleteVolumeVersion#

Description#

Deletes a volume version.

Request Parameters#

  • VersionId — The ID of the volume version to delete

    • Type: String

    • Required: Yes

  • VolumeId — The ID of the volume

    • Type: String

    • Required: Yes

Response Elements#

  • requestId — The request ID

    • Type: String

  • returnTrue is returned if the request succeeds, and an error otherwise

    • Type: Boolean

Examples#

c2-ec2 DeleteVolumeVersion VolumeId vol-01234567 VersionId vv-12341234