Delete organization group of devices by ID
DELETE/api/v1/org/groups/:groupId
Delete organization group of devices by ID
Request
Path Parameters
groupId stringrequired
Responses
- 200
Group deleted successfully
- application/json
- Schema
- Example (from schema)
Schema
id numberrequired
name string
description string
devices string[]
groups number[]
parent number
{
"id": 0,
"name": "string",
"description": "string",
"devices": [
"string"
],
"groups": [
0
],
"parent": 0
}
Loading...