---
title: "Delete Client"
method: DELETE
path: "/v1/clients/{id}"
---

# Delete Client

`DELETE /v1/clients/{id}`

This API endpoint permanently removes a specific client. When a client is deleted, the associated individual file and message channels are also deleted.

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `id` string
  - `object` string
  - `deleted` boolean

## Other responses

- `404` — 404

---

[API](https://skmtc.net/assembly/apis/core-resources.md) · [All operations](https://skmtc.net/assembly/apis/core-resources/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/assembly/core-resources/versions/28a9e7d13a8c/schema)
