DELETE Bucket
From Hostway API Documentation
				
								
				(Difference between revisions)
				
																
				
				
								
				Mike.robski  (Talk | contribs)  | 
		Corinne.chui  (Talk | contribs)  m (1 revision)  | 
		
Latest revision as of 13:36, 30 May 2016
Delete the bucket named in the URI
DELETE /
[edit] 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.
[edit] 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.
[edit] 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