Closed tcnichol closed 1 year ago
I noticed that there was a place where v2 delete was used instead of v1 in datasets.py. I fixed that on this branch as well.
Also, looks like with the changes the comment from Rob says outdated, but I want to make sure that this works with an api key. Or would be always now be using Client so which would have a key so it's no longer necessary?
@tcnichol please resolve merge conflict.
Merged and fixed the merge conflict.
The delete method was throwing a 400 error. The reason is that the headers={contentType=application.json} was not correct for delete endpoints in clowder. This is fixed.