---
title: "Delete an order email"
method: DELETE
path: "/shop/orders/{orderId}/emails/{emailId}"
tags: ["Orders"]
---

# Delete an order email

`DELETE /shop/orders/{orderId}/emails/{emailId}`

Remove the local record of an email message from the order. This does not
recall the underlying email from the customer's inbox.

## Response `204`

The email message record 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)
