---
title: "delete user notes (Auth)"
method: DELETE
path: "/api/artifacts/note/{noteId}"
tags: ["Artifact"]
---

# delete user notes (Auth)

`DELETE /api/artifacts/note/{noteId}`

1. a note can not be deleted by a user other than its owner or another using having note:moderate permission
2. all notes which have refernce to deleting note (sent in reply to it) would be deleted irrelevant of their ownership

## Path parameters

- `noteId` string, uuid, required

## Response `200`

OK

- string[]

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

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