Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Remove Namespace Quota

DELETE /object/namespaces/namespace/{namespace}/quota

Deletes the namespace quota for the specified namespace.

namespaceNamespace identifier for which namespace quota details needs to deleted.

Required Roles

  • SYSTEM_ADMIN


Prerequisites

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

  • Namespace must exist


Request Payload

No Request Payload


Response Body

Response indicating Success or Failure to delete namespace quota.


Examples

Request
DELETE https://192.168.0.0:4443/object/namespaces/namespace/s3/quota HTTP/1.1

Content-Type: application/xml
X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
Response
HTTP/1.1 200 OK
Content-Type: application/xml