---
title: "Delete a Client Note"
method: DELETE
path: "/v2/clients/{clientId}/notes/{noteId}"
tags: ["Client Notes"]
---

# Delete a Client Note

`DELETE /v2/clients/{clientId}/notes/{noteId}`

Deletes a note belonging to the given client.

## Path parameters

- `clientId` string, required
- `noteId` string, required

## Headers

- `Authorization` string, required

## Response `204`

The client note was deleted.

## Other responses

- `401` — Missing or invalid authentication token.
- `404` — No client or note with the given ID exists for this account.

---

[API](https://skmtc.net/workiz/apis/developer-api.md) · [All operations](https://skmtc.net/workiz/apis/developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/workiz/developer-api/revisions/14666f4db0f8/schema)
