---
title: "Delete a client"
method: DELETE
path: "/v1/workspaces/{workspaceId}/clients/{id}"
tags: ["Client"]
---

# Delete a client

`DELETE /v1/workspaces/{workspaceId}/clients/{id}`

## Path parameters

- `id` string, required — Represents a client identifier across the system.
- `workspaceId` string, required — Represents a workspace identifier across the system.

## Response `200`

OK

- ClientDtoV1
  - `address` string — Represents client's address.
  - `archived` boolean — Represents whether a client is archived or not.
  - `ccEmails` string[] — Represents additional emails for sending invoices.
  - `currencyId` string — Represents currency identifier across the system.
  - `email` string — Represents client email.
  - `id` string — Represents client identifier across the system.
  - `name` string — Represents client name.
  - `note` string — Represents saved notes for the client.
  - `workspaceId` string — Represents workspace identifier across the system.

## Changes

- **2026-08-20** `a5b636acbcd8` — 8 info
  - the `` response's property default value `` was added for the status `200`
  - the `address` response's property default value `` was added for the status `200`
  - the `currencyId` response's property default value `` was added for the status `200`
  - the `email` response's property default value `` was added for the status `200`
  - …4 more

[Change history](https://skmtc.dev/clockify/apis/clockify-api/changes/v1/workspaces/:workspaceId/clients/:id/delete.md)

---

[API](https://skmtc.dev/clockify/apis/clockify-api.md) · [All operations](https://skmtc.dev/clockify/apis/clockify-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clockify/clockify-api/revisions/a5b636acbcd8/schema)
