---
title: "GET /api/line_item_deletions"
method: GET
path: "/api/line_item_deletions"
tags: ["Billing"]
---

# GET /api/line_item_deletions

`GET /api/line_item_deletions`

Retrieve or search billing line item deletions. When a billing line item is deleted, a record of its original ID and the appointment it was attached to will be logged and is accessible from this resource.

## Query parameters

- `since` string — The datetime to query by
- `appointment_id` integer — The original appointment ID to filter results by

## Response `200`

- object — Paginated result
  - `previous` string — Previous paginated page
  - `results` BillingLineItemDeletion[] — Result data
    - `billing_line_item_id` number — The ID of the original billing line item
    - `created_at` string — Date when the billing line item was deleted
    - `appointment_id` number — Appointment ID of the original billing line item
  - `next` string — Next paginated page

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

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