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

# Delete a client

`DELETE /clients/{id}`

Deletes a client and all associated data

## Path parameters

- `id` integer, required

## Response `204`

Client deleted successfully

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Client not found

---

[API](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation.md) · [All operations](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harpoonapp/harpoon-api-documentation/revisions/e8fd192f94c6/schema)
