MrLoick / google-apis-explorer

Automatically exported from code.google.com/p/google-apis-explorer
Apache License 2.0
0 stars 0 forks source link

cannot delete datasets in Genomics service #350

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
java -jar target/genomics-tools-client-java-v1beta2.jar listdatasets
gatkaligned (ID: 17656852505919640847)
mybam (ID: 2049498000784336812)

2. there is no deletedataset command 
3.DELETE 
https://www.googleapis.com/genomics/v1beta2/datasets/2049498000784336812?key={YO
UR_API_KEY}

Response

404 OK

- Show headers -

{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "notFound",
    "message": "Dataset not found: 2049498000784336812"
   }
  ],
  "code": 404,
  "message": "Dataset not found: 2049498000784336812"
 }
}

What is the expected output? What do you see instead?

delete command

What version of the product are you using? On what operating system?

betav2 on ubuntu and API

Please provide any additional information below.

I am being charged $1.63 and would like to delete that dataset !

Original issue reported on code.google.com by pedromc...@gmail.com on 26 Jun 2015 at 3:52