Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 623 Bytes

File metadata and controls

44 lines (27 loc) · 623 Bytes
sidebar_position 21

Delete group

Description

Deletes a group by ID from CloudShell.

URL

http://{Admin API IP}:{port#}/api/v1/group/{id}

Parameter Description/Comments
ID (string) Group's id. Can be retrieved via Get all groups.

HTTP method

DELETE

Request

Headers

Example header format:

Authorization: Basic <authorization token returned from the login method>

Content-Type: application/json

Response

Response code
200 OK