Deletes the bucket policy for the specified bucket.
bucketName | Bucket name for which the policy will be deleted. |
namespace | Namespace of the bucket. |
Requires one of the following roles:
SYSTEM_ADMIN
NAMESPACE_ADMIN
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/policy?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