---
title: "Delete Contact Note"
method: DELETE
path: "/api/v1/contacts/{id}/notes/{note_id}"
tags: ["Contact notes"]
---

# Delete Contact Note

`DELETE /api/v1/contacts/{id}/notes/{note_id}`

## Path parameters

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

## Response `200`

Contact note deleted successfully

- SuccessResponse
  - `status` string
  - `data` boolean

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

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