---
title: "Delete Smartadvocate Note"
method: DELETE
path: "/smartadvocate/notes/{note_id}"
tags: ["SmartAdvocate"]
---

# Delete Smartadvocate Note

`DELETE /smartadvocate/notes/{note_id}`

Delete a SmartAdvocate case note.

This will mark the note as deleted (not remove it entirely).
Requires developer access.

## Path parameters

- `note_id` integer, required

## Response `200`

Successful Response

- SmartAdvocateDeleteNoteResponse — Response from deleting a note
  - `success` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
