Disables the metadata search functionality for a bucket.
bucketName | Bucket name for which metadata search mode will be disabled. |
namespace | Namespace associated. If it is null, then current user's namespace is used. |
This call has no restrictions.
No Request Payload
Response indicating Success or Failure of the operation
> DELETE /object/bucket/bucket/searchmetadata?namespace=dare 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 >
< HTTP/1.1 200 OK