v2

latestOpenAPI 3.0.12026-07-263104131.9 MB
Billing

Removes a list of ticket products from a ticket

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

post/v2/billing/ticket-products/delete

Request body

ticketIdinteger required

Ticket ID from which products will be removed.

ticketProductIdsinteger[] required

List of Ticket Product IDs to be removed

Example request

{
  "ticketId": 19,
  "ticketProductIds": [
    19
  ]
}