Spectra Logic
1-800-833-1132 : 1-303-449-6400


Spectra S3 Bucket, Object, and Job Operations : Spectra S3 Object Operations : Delete Folder Recursively

Delete Folder Recursively
Description
Recursively deletes the folder specified and all folders and objects beneath it associated with the specified bucket.
Requests
Syntax
DELETE http[s]://{datapathDNSname}/folder/{Folder UUID, path, or other unique attribute}?recursive&bucket_id={string}[&roll_back]
Request Parameters
a.
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
Example
Sample Request
This request recursively deletes all objects and folders in the folder “movies/raw” associated with the bucket “bucket1”.
DELETE http://blackpearl-hostname/folder/movies/raw?recursive&bucket_id=bucket1 HTTP/1.1
Sample Response
HTTP/1.1 204 No Content