---
title: "Delete a honeytoken note"
method: DELETE
path: "/v1/honeytokens/{honeytoken_id}/notes/{note_id}"
tags: ["Honeytoken Notes"]
---

# Delete a honeytoken note

`DELETE /v1/honeytokens/{honeytoken_id}/notes/{note_id}`

Delete an existing comment on a honeytoken. Only honeytoken notes
created by the current API key can be deleted.

## Path parameters

- `honeytoken_id` string, uuid, required
- `note_id` string, uuid, required

## Response `204`

The note was deleted successfully.

## Other responses

- `400` — Invalid data
- `401` — Invalid API key
- `403` — You cannot delete an Honeytoken Note you that was not created by the current API key.
- `404` — Honeytoken or Honeytoken Note not found.
- `503` — API under maintenance

---

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