---
title: "Delete ticket note"
method: DELETE
path: "/v1/tickets/{id}/notes/{note_id}"
tags: ["tickets"]
---

# Delete ticket note

`DELETE /v1/tickets/{id}/notes/{note_id}`

Deletes an internal note from a ticket. Requires a token with write access.

## Path parameters

- `id` string, required — Ticket id.
- `note_id` string, required — Ticket note id.

## Query parameters

- `workspace_id` string — Optional workspace override. If omitted, Conduit resolves the ticket's workspace automatically.

## Response `200`

Deleted ticket note

- object — Ticket note deletion response.
  - `success` true, required

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `429` — Rate limit exceeded

---

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