---
title: "Remove points from note content (response only)"
method: POST
path: "/api/ai/remove-point-from-note/{note}"
tags: ["ai-controller"]
---

# Remove points from note content (response only)

`POST /api/ai/remove-point-from-note/{note}`

Returns AI-regenerated note content in the response. Does not persist the note; the client must save the returned text (for example via the note update API).

## Path parameters

- `note` integer, required

## Request body

- PointsRequestDTO
  - `points` string[]

## Response `200`

OK

## Changes

- **2026-05-11** `d7c2946139e9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/changes/api/ai/remove-point-from-note/:note/post.md)

---

[API](https://skmtc.dev/nerds-odd-e/apis/openapi-definition.md) · [All operations](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nerds-odd-e/openapi-definition/revisions/d7c2946139e9/schema)
