************* Delete Volume ************* description =========== This page shows how to delete a volume command-line ============= >>> ./volumes --delete-volume OPTIONS All parameters should be in format parameter=valie Options: --region, -r region of interest EU1,USE1,USW1,Asia1 -id ID of volume to delete AWS Credentials --private-Key, -pk path of the private file --certificate, -cert path of the cert file --conf take credentials from preconfigured file **Example 1** Delete volume with id ``vol-dc6ca2b4`` in region ``EU1`` ``volumes --delete-volume -r=EU1 -id=vol-dc6ca2b4`` Output ``DELETED VOLUME vol-dc6ca2b4``