---
title: "Get all cancellation reasons for a Device"
method: GET
path: "/cancellation/reasons/device/{deviceId}"
tags: ["Cancellations"]
---

# Get all cancellation reasons for a Device

`GET /cancellation/reasons/device/{deviceId}`

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- CancellationReasonDump[]
  - `active` boolean — True if this reason is active
  - `code` string — Cancellation reason code
  - `description` string — Cancellation reason description
  - `displayOrder` integer — Order to display this reason in
  - `id` integer — Cancellation reason ID
  - `isRequiredComment` boolean — True if a comment is required for this reason
  - `options` string[] — Additional options for this reason
  - `productType` string[] — Product types that can use this reason. Valid values are: VPS, SPS, CUSTOM

## Other responses

- `403` — You have not been granted permission to complete this action. Please contact your account manager to grant the proper permission.

---

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