---
title: "Removes a Line Item from an Invoice Schedule (deprecated)"
method: POST
path: "/schedules/{id}/remove_line_item"
tags: ["Schedule"]
---

# Removes a Line Item from an Invoice Schedule (deprecated)

`POST /schedules/{id}/remove_line_item`

Required permission: Recurring Invoices - Edit

**Deprecated.** Identical to `DELETE /schedules/{id}/line_items/{schedule_line_item_id}`,
which matches the Invoice and Estimate APIs. Kept for existing integrations; use the
nested route instead.

## Path parameters

- `id` integer, required

## Request body

- integer

## Response `200`

successful

## Other responses

- `404` — Invalid request

---

[API](https://skmtc.dev/syncromsp/apis/syncro.md) · [All operations](https://skmtc.dev/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/syncromsp/syncro/revisions/e3aca54060e1/schema)
