I am trying to delete _$folder$ from Google Storage using their REST api. I have tried so far headerserver.com/testestset/*, headerserver.com/testestset, headerserver.com/testestset_$folder$ but neither seem to work when there are any files in the folder.

The only approach I came up so far is to foreach all objects under the _$folder$ before attempting to delete it, however, this is highly inefficient.

In a worst scenario: is it possible to batch/delete more than one file per one request?

link|improve this question

63% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Unfortunately, there is no other way other than deleting all objects withig the directory or _$folder$ object.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.