Skip to main content

Remove Device Type from Platform

DELETE 

/api/v1/hierarchy/platforms/:platformId/device-types/:deviceTypeId

Remove Device Type from Platform

Request

Path Parameters

    platformId numberrequired

    ID of the platform

    deviceTypeId numberrequired

    ID of the device type

Responses

Schema

    platformId numberrequired

    ID of the platform

    platformName stringrequired

    Name of the platform

    deviceTypes

    object[]

  • Array [

  • deviceTypeId numberrequired

    ID of the device type

    deviceTypeName stringrequired

    Name of the device type

    projects

    object[]

  • Array [

  • projectName stringrequired

    Unique name of the project

    projectId numberrequired

    Identifier of the project

    displayName string

    Display name of the project

    label string

    Label of the project

  • ]

  • ]

Loading...