To delete a volume This example command deletes an available volume with the volume ID of vol-1234abcd. Command: aws ec2 delete-volume --volume-id vol-1234abcd Output: { "return": "true" }