---
title: "Usuwa daną notatkę"
method: DELETE
path: "/notes/{id}"
tags: ["Notatki"]
---

# Usuwa daną notatkę

`DELETE /notes/{id}`

Usuwa notatkę

## Path parameters

- `id` integer, required

## Response `200`

Notatka została usunięta

- object
  - `message` string

## Other responses

- `404` — Nie znaleziono notatki

---

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