---
title: "Delete a case note"
method: DELETE
path: "/contact_cases/{id}/notes/{note_id}"
tags: ["Case"]
---

# Delete a case note

`DELETE /contact_cases/{id}/notes/{note_id}`

Delete the note of the given note ID on the case of the given case ID.

## Path parameters

- `id` string, uuid, required
- `note_id` string, uuid, required

## Response `200`

Case note deleted successfully.

- object

## Other responses

- `400` — Invalid request (INVALID_ARGUMENT).
- `401` — Authentication required (UNAUTHENTICATED).
- `403` — Insufficient permission (PERMISSION_DENIED).
- `404` — Resource not found (NOT_FOUND).
- `500` — Internal error (INTERNAL).

---

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