Delete user
Description
Delete a specific user from CloudShell.
HTTP method
DELETE
Request
http://{Admin API IP}:{port#}/api/v1/users/{id}
                                            Example header format:
Authorization: Basic <authorization token returned from the login method>
                                                
Content-Type: application/json
                                                
| Parameter | Description/Comments | 
|---|---|
| id | 
                                                                 (string) User's id. Can be retrieved via Get all users or Get group's users.  | 
                                                        
Response
200 OK
                                            