---
title: "Removes a list of ticket products from a ticket"
method: POST
path: "/v2/billing/ticket-products/delete"
tags: ["Billing"]
---

# Removes a list of ticket products from a ticket

`POST /v2/billing/ticket-products/delete`

Removes a list of ticket products given its IDs from a ticket given its ID

## Request body

- object — Needed data to remove a list of ticket products from an existing ticket.
  - `ticketId` integer, required — Ticket ID from which products will be removed.
  - `ticketProductIds` integer[], required — List of Ticket Product IDs to be removed

## Other responses

- `400` — Ticket product remove request validation error
- `404` — Ticket not found
- `500` — Permission not granted

---

[API](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0.md) · [All operations](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjarmm/ninjaone-public-api-2-0/versions/753f26d46650/schema)
