Remove Namespace Quota
DELETE /object/namespaces/namespace/{namespace}/quota
Deletes the namespace quota for the specified namespace.
namespace | Namespace identifier for which namespace quota details needs to deleted. |
Required Roles
Prerequisites
The following conditions must be met in order to call this operation.
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
Request
DELETE https://192.168.0.0:4443/object/namespaces/namespace/s3/quota.json HTTP/1.1
Content-Type: application/json
X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
Response
HTTP/1.1 200 OK
Content-Type: application/json
Request
curl -H $token -H "Content-Type: application/xml" -X DELETE https://$nodeIp:4443/object/namespaces/namespace/s3/quota
Response
HTTP/1.1 200 OK
Content-Type: application/xml