---
title: "Revoke user's access to account"
method: DELETE
path: "/iam/clients/{clientId}/client-users/{userId}"
tags: ["Users"]
---

# Revoke user's access to account

`DELETE /iam/clients/{clientId}/client-users/{userId}`

Revokes user's access to the specified account. If the specified user doesn't have access to multiple accounts, the user is deleted.

## Path parameters

- `userId` integer, required
- `clientId` integer, required

## Response `200`

The user's access has been successfully revoked.

## Other responses

- `403` — You do not have permission to perform this action.
- `404` — User is not found in the specified account.

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
