---
title: "Delete a credit card refund"
method: DELETE
path: "/quickbooks-desktop/credit-card-refunds/{id}"
---

# Delete a credit card refund

`DELETE /quickbooks-desktop/credit-card-refunds/{id}`

Permanently deletes a credit card refund. The deletion will fail if the credit card refund is currently in use or has any linked transactions that are in use.

## Path parameters

- `id` string, required — The QuickBooks-assigned unique identifier of the credit card refund to delete.

## Headers

- `Conductor-End-User-Id` string, required — The ID of the End-User to receive this request.

## Response `200`

Returns a confirmation of the deletion with the ID of the deleted credit card refund.

- object
  - `id` string, required — The QuickBooks-assigned unique identifier of the deleted credit card refund.
  - `objectType` 'qbd_credit_card_refund', required — The type of object. This value is always `"qbd_credit_card_refund"`.
  - `refNumber` string, nullable, required — The case-sensitive user-defined reference number of the deleted credit card refund.
  - `deleted` boolean, required — Indicates whether the credit card refund was deleted.

---

[API](https://skmtc.net/conductor-is/apis/conductor-api.md) · [All operations](https://skmtc.net/conductor-is/apis/conductor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conductor-is/conductor-api/revisions/0b07b3ebe160/schema)
