So the command for deleting a AWS Snapshot using SnapshotID is as below
aws ec2 delete-snapshot --snapshot-id snap-1234567890abcdef0
I have