---
title: "Cancel a delivery adjustment"
method: PUT
path: "/v1/adjustments/{adjustmentId}/cancel"
tags: ["Delivery Adjustments"]
---

# Cancel a delivery adjustment

`PUT /v1/adjustments/{adjustmentId}/cancel`

Describes how to cancel an unbilled delivery adjustment.

**Note**: The Delivery Adjustments feature is in the Early Adopter phase. We are actively soliciting feedback from a small set of early adopters before releasing it as generally available. To manage and access this feature through the self-service interface, see [Enable billing features by yourself](https://docs.zuora.com?resourceId=billing-enable-billing-features-by-yourself) in the Knowledge Center.

## Path parameters

- `adjustmentId` string, UUID, required

## Headers

- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Track-Id` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string
- `Zuora-Version` string

## Request body

- CancelBillingAdjustmentRequest — Information about `CancelBillingAdjustment`.
  - `debitMemoCustomFields` object — Container for custom fields of the Debit Memo object. When cancelling a delivery adjustment, Zuora generates a debit memo automatically. You can use this field to specify the custom fields of the debit memo associated with the cancellation of adjustment.

## Response `200`

OK

- GETCancelAdjustmentResponseType
  - `processId` string — The ID of the process that handles the operation.
  - `reasons` object[] — The container of the error code and message. This field is available only if the `success` field is `false`.
    - `code` string — The error code of response.
    - `message` string — The detail information of the error response
  - `requestId` string, uuid — Unique identifier of the request.
  - `success` boolean — Indicates whether the call succeeded.
  - `debitMemoNumber` string — The Debit Memo generated to write off the Credit Memo for the delivery adjustment.

## Other responses

- `500` — Internal Server Error
- `4XX` — Request Errors

---

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