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

# Delete Contact Note

`DELETE /api/external/v2/contacts/{contact_id}/notes/{note_id}`

Permanently delete a note on a contact.

## Path parameters

- `contact_id` integer, required
- `note_id` integer, required

## Response `200`

Successful Response

- DeletedResponse — OpenAPI schema for DELETE /api/external/v2/deals/<id>.
  - `request_id` string, required
  - `timestamp` string, required
  - `data` DeletedData, required
    - `deleted` boolean, required

## Other responses

- `422` — Validation Error

---

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