Delete group
Description
Deletes a group by ID from CloudShell.
HTTP method
DELETE
Request
http://{Admin API IP}:{port#}/api/v1/group/{id}
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
200
