---
title: "Delete order adjustment"
method: DELETE
path: "/api/v3.3/orders/{orderUid}/order-adjustments/{adjustmentUid}"
tags: ["Order Adjustments"]
---

# Delete order adjustment

`DELETE /api/v3.3/orders/{orderUid}/order-adjustments/{adjustmentUid}`

Deletes an order adjustment by its UID and the Order's UID.

## Path parameters

- `orderUid` string, required
- `adjustmentUid` string, required

## Response `204`

Successful operation.

---

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