Skip to main content

Delete a device by DevEui.

DELETE 

/v1/devices/:devEui

Delete a device by DevEui.

Request

Path Parameters

    devEui devEuirequired

    Possible values: >= 16 characters and <= 16 characters

    Unique identifier for the device

Responses

OK

Schema

    $schema uri

    A URL to the JSON Schema for this object.

    data

    object

    required

    $schema uri

    A URL to the JSON Schema for this object.

    appEui appEuirequired

    Possible values: >= 16 characters and <= 16 characters

    Unique identifier for the application

    appKey stringrequired

    Possible values: >= 8 characters and <= 64 characters

    Unique key for the application

    config

    object,null

    required

    Configuration of the device

    createdAt date-timerequired

    Date and time the device was created.

    deletedAt date-timerequired

    Date and time the device was deleted.

    devEui stringrequired

    Possible values: >= 16 characters and <= 16 characters

    Unique identifier for the device

    fwVersion stringrequired

    Firmware version of the device

    hwVersion stringrequired

    Hardware version of the device

    type stringrequired

    Possible values: [tag_s, tag_l, tag_xl, nomad_xs, nomad_xl]

    Type of the device

    updatedAt date-timerequired

    Date and time the device was updated.

    status int64required
    timestamp date-timerequired
Loading...