---
title: "Delete Note by ID"
method: DELETE
path: "/v3/notes/{uniqueId}"
tags: ["Notes"]
---

# Delete Note by ID

`DELETE /v3/notes/{uniqueId}`

Allows the deletion of an existing note

## Path parameters

- `uniqueId` '1' | '2' | '3', required — param ID of the note that needs to be deleted

## Query parameters

- `createActivityLog` string

## Response `200`

Note deleted successfully

---

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