Deletes the quota setting for the given bucket and namespace. The namespace with which the bucket is associated can be specified as a query parameter.
bucketName | Name of the bucket for which the quota is to be deleted |
namespace | Namespace with which bucket is associated. If it is null, the current user's namespace is used. |
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 https://192.168.0.0:4443/object/bucket/bucketName_1/quota HTTP/1.1 Content-Type: application/xml X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
HTTP/1.1 200 OK Content-Type: application/xml