---
title: "Delete a device"
method: DELETE
path: "/v1/mfa/devices/{id}"
tags: ["Device binding"]
---

# Delete a device

`DELETE /v1/mfa/devices/{id}`

Removes a device from Solaris' system. This endpoint triggers the deletion of all keys associated with the device.

## Path parameters

- `id` string, required

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `409` — Conflict
- `500` — Internal server error

---

[API](https://skmtc.net/solarisgroup/apis/device-management.md) · [All operations](https://skmtc.net/solarisgroup/apis/device-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/device-management/revisions/80dd46738839/schema)
