---
title: "Deactivate client"
method: DELETE
path: "/api/clients/{client_id}"
tags: ["Clients - Protected"]
---

# Deactivate client

`DELETE /api/clients/{client_id}`

Deactivate a client/supplier (soft-delete: ativo=0). Reversible via
POST /{client_id}/reactivate. Kept on the DELETE verb so existing callers
keep working; the client just disappears from lists/pickers while the name
still resolves in the history. Verifies company ownership (IDempresa).

## Path parameters

- `client_id` integer, required — Client ID

## Headers

- `x-api-token` string, nullable

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/4b44eb76b3ee/schema)
