---
title: "Delete an order note"
method: DELETE
path: "/shop/orders/{orderId}/notes/{noteId}"
tags: ["Orders"]
---

# Delete an order note

`DELETE /shop/orders/{orderId}/notes/{noteId}`

Permanently remove a note from an order. This action cannot be undone.

## Response `204`

The order note was successfully deleted.

## Other responses

- `404` — The resource couldn't be found

---

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