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


 
                                    



