Skip to main content

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

Group deleted successfully

Schema

    id numberrequired
    name string
    description string
    platforms string[]
    groups number[]
    parent number

    platformDetails

    object[]

    Platform rows for this group (id, display name, device count), for the group-by-group view.

  • Array [

  • platformId stringrequired

    Platform instance id.

    name string

    Platform display name (falls back to platformId when unknown).

    deviceCount numberrequired

    Number of devices that belong to this platform.

  • ]

Loading...