Delete a page of head metadata for the specified bucket
bucketName | name of the bucket for which the metadata is to be removed |
headType | the head-type of the metadata to be removed (HDFS, S3, etc) |
namespace | namespace of the bucket |
This call has no restrictions.
The following conditions must be met in order to call this operation.
bucket must exist
No Request Payload
Response indicating Success or Failure of the operation
> DELETE /object/bucket/bucket/metadata?namespace=dare&headType=CAS HTTP/1.1 > Host: 192.168.0.0:4443 > User-Agent: curl/7.43.0 > Accept: */* > X-SDS-AUTH-TOKEN: <AUTH_TOKEN> > Content-Type: application/xml > Content-Length: 183 > Expect: 100-continue > < HTTP/1.1 100 Continue * We are completely uploaded and fine
< HTTP/1.1 200 OK