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

# Delete client

`DELETE /clients/{client_id}`

Delete a client data

## Path parameters

- `client_id` string, required

## Response `200`

successful operation

- MessageOk
  - `message` string

## Other responses

- `400` — Invalid ID supplied
- `404` — client not found

---

[API](https://skmtc.net/smartly/apis/smartly-ai-apis.md) · [All operations](https://skmtc.net/smartly/apis/smartly-ai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartly/smartly-ai-apis/revisions/1e26909d86c9/schema)
