DELETE Bucket
From Hostway API Documentation
				
								
				Revision as of 07:26, 20 May 2013 by Mike.robski  (Talk | contribs)
				
			Delete the bucket named in the URI
DELETE /
Requests
- Syntax
 
DELETE / HTTP/1.1 Host: BucketName.hs2.hostway.com Date: date Authorization: signatureValue
- Parameters
 
This implementation of the operation does not use request parameters.
- Headers
 
This implementation of the operation only uses request headers common to all operations
- Elements in body
 
This implementation of the operation does not use request elements.
Responses
- Headers
 
This implementation of the operation uses only response headers that are common to most responses
- Elements
 
This implementation of the operation does not return response elements.
Examples
- Sample Request
 
DELETE / HTTP/1.1 Host: quotes.hs2.hostway.com Date: date Authorization: signatureValue
- Sample Response
 
HTTP/1.1 204 No Content Server : nginx/0.6.32 Date : date Connection : keep-alive Content-Length : 0