---
title: "Release Device"
method: DELETE
path: "/device/{id}"
---

# Release Device

`DELETE /device/{id}`

## Path parameters

- `id` string, required

## Headers

- `Authorization` string

## Response `200`

200

- object
  - `data` object
    - `id` integer
    - `addOn` string
    - `editOn` string
    - `model` string
    - `schemaId` integer
    - `groupId` integer
    - `userId` integer
    - `active` boolean
    - `name` string
    - `indoor` boolean
    - `identification` string
    - `location` object
      - `latitude` unknown
      - `longitude` unknown

## Other responses

- `401` — 401

---

[API](https://skmtc.net/ctos/apis/readme.md) · [All operations](https://skmtc.net/ctos/apis/readme/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ctos/readme/versions/703ed653dbf6/schema)
