Spectra Logic
1-800-833-1132 : 1-303-449-6400


Access Control Operations : User Operations : Delegate Delete User

Delegate Delete User
Description
Delegates a delete user request to the management path. Users can only be created and deleted using the management path. This command sends the delete user request to the management path.
Requests
Syntax
DELETE http[s]://{datapathDNSname}/_rest_/user_internal/{user UUID, name, or other unique attribute}/
To determine the UUID for a user, see Get Users.
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
§
Example
Sample Request
This request deletes the user with the username “user1”.
DELETE http[s]://blackpearl-hostname/_rest_/user_internal/user1 HTTP/1.1
Sample Response
HTTP/1.1 204 No Content