---
title: "Revoke Device"
method: DELETE
path: "/api/v1/iam/personal_devices/{device_id}"
tags: ["Personal Device"]
---

# Revoke Device

`DELETE /api/v1/iam/personal_devices/{device_id}`

RevokeDevice revokes a whole device: it revokes the device and removes every
 app client on it, so no app on that machine can mint further tokens.

## Path parameters

- `device_id` string, required — The device identity of the device to revoke (whole-device).

## Request body

- C1ApiIamV1PersonalDeviceServiceRevokeDeviceRequestInput — The PersonalDeviceServiceRevokeDeviceRequest message.

## Response `200`

Successful response

- C1ApiIamV1PersonalDeviceServiceRevokeDeviceResponse — The PersonalDeviceServiceRevokeDeviceResponse message.

## Changes

- **2026-08-21** `f2cf3228f366` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/iam/personal_devices/:device_id/delete.md)

---

[API](https://skmtc.dev/conductorone/apis/c1-api.md) · [All operations](https://skmtc.dev/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/f2cf3228f366/schema)
