Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Deactivate Namespace

POST /object/namespaces/namespace/{namespace}/deactivate

Deactivates and deletes the given namespace and all associated user mappings.

namespaceAn active namespace identifier which needs to be deactivated/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 deactivate/delete namespace


Examples

Request
POST https://192.168.0.0:4443/object/namespaces/namespace/testns/deactivate HTTP/1.1

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