---
title: "Removes a Line Item from an Invoice Schedule"
method: DELETE
path: "/schedules/{id}/line_items/{schedule_line_item_id}"
tags: ["Schedule"]
---

# Removes a Line Item from an Invoice Schedule

`DELETE /schedules/{id}/line_items/{schedule_line_item_id}`

Required permission: Recurring Invoices - Edit

`POST /schedules/{id}/remove_line_item` is an older alias for this endpoint and behaves
identically.

## Path parameters

- `id` integer, required
- `schedule_line_item_id` integer, required

## Response `200`

successful

## Other responses

- `404` — Invalid request

## Changes

- **2026-09-02** `e3aca54060e1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/syncromsp/apis/syncro/changes/schedules/:id/line_items/:schedule_line_item_id/delete.md)

---

[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)
