---
title: "Remove a customer credit from an order"
method: DELETE
path: "/shop/orders/{orderId}/customer-credits/{customerCreditId}"
tags: ["Orders"]
---

# Remove a customer credit from an order

`DELETE /shop/orders/{orderId}/customer-credits/{customerCreditId}`

Remove a previously-applied customer credit from an order. The credit's
balance is refunded back to the customer's profile and the order totals
are recalculated.

## Response `204`

The customer credit was successfully removed from the order.

## 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)
