---
title: "Revoke Access to a Device from a User Identity"
method: POST
path: "/user_identities/revoke_access_to_device"
tags: ["/user_identities"]
---

# Revoke Access to a Device from a User Identity

`POST /user_identities/revoke_access_to_device`

Revokes access to a specified [device](/core-concepts/devices) from a specified [user identity](/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity).

## Request body

- object
  - `device_id` string, uuid, required — ID of the managed device to which you want to revoke access from the user identity.
  - `user_identity_id` string, uuid, required — ID of the user identity from which you want to revoke access to a device.

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/seam/apis/seam-connect.md) · [All operations](https://skmtc.net/seam/apis/seam-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seam/seam-connect/versions/00c35395ce12/schema)
