---
title: "Delete a reimbursement receipt"
method: DELETE
path: "/v3/spend/reimbursements/{reimbursementId}/receipts/{receiptId}"
tags: ["reimbursements"]
---

# Delete a reimbursement receipt

`DELETE /v3/spend/reimbursements/{reimbursementId}/receipts/{receiptId}`

Delete a receipt from an existing reimbursement. A deleted receipt cannot be restored. The deleted receipt is not available in the reimbursement details.

## Path parameters

- `reimbursementId` string, required — BILL-generated ID or UUID of the reimbursement
- `receiptId` string, required — BILL-generated ID or UUID of the reimbursement receipt

## Headers

- `apiToken` string, nullable — Access token for Spend & Expense API authentication

## Response `200`

Delete a reimbursement receipt response

## Other responses

- `4XX` — List of errors.
- `5XX` — List of errors.

---

[API](https://skmtc.net/bill/apis/bill-v3-api.md) · [All operations](https://skmtc.net/bill/apis/bill-v3-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bill/bill-v3-api/versions/0483350c434e/schema)
