---
title: "Deactivate users"
method: POST
path: "/api/v4/users/deactivate"
---

# Deactivate users

`POST /api/v4/users/deactivate`

This method allows to deactivate users in the account in bulk

## Request body

- object[]
  - `id` integer, required — User ID associated with the account

## Response `204`

Request is successful

## Other responses

- `400` — Incorrect data was transmitted. Details are available in the response body.
- `401` — User is not authorized
- `403` — No enough rights to call this method

---

[API](https://skmtc.net/kommo/apis/kommo-api-references.md) · [All operations](https://skmtc.net/kommo/apis/kommo-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kommo/kommo-api-references/versions/f17af4d23c7c/schema)
