---
title: "Delete an ACS User"
method: POST
path: "/acs/users/delete"
tags: ["/acs"]
---

# Delete an ACS User

`POST /acs/users/delete`

Deletes a specified [access system user](/low-level-apis/access-systems/user-management) and invalidates the access system user's [credentials](/low-level-apis/access-systems/managing-credentials).

## Request body

- object
  - `acs_system_id` string, uuid — ID of the access system that you want to delete. You must provide acs_system_id with user_identity_id.
  - `acs_user_id` string, uuid — ID of the access system user that you want to delete. You must provide either acs_user_id or user_identity_id
  - `user_identity_id` string, uuid — ID of the user identity that you want to delete. You must provide either acs_user_id or user_identity_id. If you provide user_identity_id, you must also provide acs_system_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)
