---
title: "Unassign a Credential from an ACS User"
method: POST
path: "/acs/credentials/unassign"
tags: ["/acs"]
---

# Unassign a Credential from an ACS User

`POST /acs/credentials/unassign`

Unassigns a specified [credential](/low-level-apis/access-systems/managing-credentials) from a specified [access system user](/low-level-apis/access-systems/user-management).

## Request body

- object
  - `acs_credential_id` string, uuid, required — ID of the credential that you want to unassign from an access system user.
  - `acs_user_id` string, uuid — ID of the access system user from which you want to unassign a credential. You can only provide one of acs_user_id or user_identity_id.
  - `user_identity_id` string, uuid — ID of the user identity from which you want to unassign a credential. You can only provide one of acs_user_id or user_identity_id.

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