---
title: "Remove an ACS User from a User Identity"
method: POST
path: "/user_identities/remove_acs_user"
tags: ["/user_identities"]
---

# Remove an ACS User from a User Identity

`POST /user_identities/remove_acs_user`

Removes a specified [access system user](/low-level-apis/access-systems/user-management) 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
  - `acs_user_id` string, uuid, required — ID of the access system user that you want to remove from the user identity..
  - `user_identity_id` string, uuid, required — ID of the user identity from which you want to remove an access system user.

## 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)
