---
title: "Delete credit note"
method: DELETE
path: "/bookings/{code}/credit_notes/{id}"
tags: ["Booking Endpoints"]
---

# Delete credit note

`DELETE /bookings/{code}/credit_notes/{id}`

Remove a credit note from a booking.

## Path parameters

- `code` string, required
- `id` integer, required

## Headers

- `Authorization` string, required

## Response `200`

Credit note removed

- StatusResponse
  - `status` 'ok' | 'error'
  - `message` string

## Other responses

- `404` — Credit note or booking not found

---

[API](https://skmtc.net/jammed-org/apis/jammed-bookings-api.md) · [All operations](https://skmtc.net/jammed-org/apis/jammed-bookings-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jammed-org/jammed-bookings-api/versions/3fc6a6f91b06/schema)
