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

# Delete a client

`DELETE /clients/{id}`

Deletes the client with the specified ID. The underlying company is not deleted. Only the client record and client-owned relations are removed.

## Path parameters

- `id` string, required

## Response `204`

Client deleted successfully

## Other responses

- `400` — Bad Request
- `401` — Unauthorized - invalid or missing authentication
- `404` — Client not found
- `500` — Error response

---

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