Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Remove Bucket Quota

DELETE /object/bucket/{bucketName}/quota

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.

bucketNameName of the bucket for which the quota is to be deleted

Query Parameters

namespaceNamespace with which bucket is associated. If it is null, the current user's namespace is used.

Required Roles

Requires one of the following roles:

  • SYSTEM_ADMIN

  • NAMESPACE_ADMIN


Prerequisites

The following conditions must be met in order to call this operation.

  • Bucket must exist.


Request Payload

No Request Payload


Response Body

Response indicating Success or Failure of the operation


Examples

Request
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>
Response
HTTP/1.1 200 OK
Content-Type: application/xml