---
title: "CancelDevice"
method: POST
path: "/CancelDevice"
tags: ["Device Management"]
---

# CancelDevice

`POST /CancelDevice`

Cancel the registration of a device.

## Request body

- object
  - `Method` string, required
  - `BusinessUnitId` integer, required
  - `PartnerId` integer, required
  - `DeviceIdentifier` string, required
  - `Reason` string, required — Reason why the device was canceled: 0 - StolenOrLost 1 - DamagedUnrepairable 2 - OutdatedIncompatible 3 - SecurityCompromised 4 - UsedIllegally
  - `TaxNumber` string, required

## Response `200`

Device cancellation response

- object
  - `Success` boolean
  - `Message` string

---

[API](https://skmtc.net/fitbank/apis/onboarding.md) · [All operations](https://skmtc.net/fitbank/apis/onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fitbank/onboarding/revisions/f94d262a8f58/schema)
