Deletes specific user tags for specified user.
uid | UserName for User Tags which is being deleted |
namespace | Namespace for the User Tags which are being deleted |
Requires one of the following roles:
SYSTEM_ADMIN
NAMESPACE_ADMIN
All parameters are required unless otherwise stated.
Field | Description | Type | Notes |
user_delete_param | |||
tags | Tags - List of user tags | ||
tag |
0-* Elements |
||
name | The name of a tag | String | |
value | The value of a tag | String |
Response indicating Success or Failure to delete user tags
> DELETE /object/users/usr/tags HTTP/1.1 > Host: 192.168.0.0:4443 > User-Agent: curl/7.43.0 > Accept: */* > X-SDS-AUTH-TOKEN: <AUTH_TOKEN> > Content-Type: application/xml > Content-Length: 145 > Expect: 100-continue > < HTTP/1.1 100 Continue * We are completely uploaded and fine
< HTTP/1.1 200 OK