---
title: "Disable client"
method: DELETE
path: "/api/clients/{id}"
tags: ["Clients"]
---

# Disable client

`DELETE /api/clients/{id}`

Disables a client account (soft delete by setting active=false). Matches legacy API behavior.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `force` boolean

## Response `204`

No Content - Resource deleted successfully

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `404` — Not Found - Resource does not exist
- `500` — Internal server error

---

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