Deletes password group for a specified user.
uid | Valid user identifier to delete password group |
Requires one of the following roles:
NAMESPACE_ADMIN
SYSTEM_ADMIN
All parameters are required unless otherwise stated.
Field | Description | Type | Notes |
user_password_group_param | |||
namespace | Namespace identifier to associate with the user | String |
Response indicating success or failure to delete password group
POST https://192.168.0.0:4443/object/user-password/testlogin/deactivate HTTP/1.1 Content-Type: application/xml X-SDS-AUTH-TOKEN: <AUTH_TOKEN> <user_password_group_param> <namespace>s3</namespace> </user_password_group_param>
HTTP/1.1 204 No Response Content-Type: application/xml