---
title: "Delete contact note"
method: DELETE
path: "/v1/contact_notes/{id}"
tags: ["Contact Notes"]
---

# Delete contact note

`DELETE /v1/contact_notes/{id}`

Deletes a contact note by ID. This action is permanent and cannot be undone.

## Response `200`

Contact note deleted successfully

## Other responses

- `401` — Unauthorized
- `404` — Contact note not found

---

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