---
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.

---

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