Deletes the specified user and its secret keys.
Requires one of the following roles:
SYSTEM_ADMIN
NAMESPACE_ADMIN
All parameters are required unless otherwise stated.
Field | Description | Type | Notes |
user_delete_param | |||
user | User to be deleted | String | |
namespace | Namespace identifier to associate with the user | String |
Response indicating Success or Failure to delete user
POST https://192.168.0.0:4443/object/users/deactivate HTTP/1.1 Content-Type: application/xml X-SDS-AUTH-TOKEN: <AUTH_TOKEN> <?xml version="1.0" encoding="UTF-8"?> <user_delete_param> <user>wuser2@sanity.local</user> </user_delete_param>
HTTP/1.1 200 OK Content-Type: application/xml