Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Modified since last release

Delete Local User Info

POST /vdc/users/{userid}/deactivate

Deletes local management user information for the specified user identifier.

useridUser identifier for which local user information needs to be deleted.

Required Roles

  • SECURITY_ADMIN


Prerequisites

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

  • User should exist


Request Payload

No Request Payload


Response Body

Response indicating Success or Failure to delete local user information


Examples

Request
POST https://192.168.0.0:4443/vdc/users/SampleUser/deactivate HTTP/1.1

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