---
title: "Remove invoice series"
method: DELETE
path: "/v1/invoice-series/{id}"
tags: ["InvoiceSeries"]
---

# Remove invoice series

`DELETE /v1/invoice-series/{id}`

Soft-deletes an invoice series. The series will no longer appear in lists or be usable for generation.

## Path parameters

- `id` string, required

## Response `200`

Invoice series successfully deleted

## Other responses

- `401` — Not authorized
- `403` — No access to this invoice series
- `404` — Invoice series not found

---

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