Skip to main content

Cancel Tickets by barcode

DELETE 

/order/barcodes

Cancel the Tickets. Counts are updated, but Refunds are not handled here. This is suitable for cancelling a large number of Tickets at once.

Note, this is Admin only.

Request

Body

Input data

    barcodes string[]

    The barcodes to cancel.

    reason string

    The reason why the Tickets are being cancelled. (Only used when using DELETE, necessary for making a valid call)

Responses

Job to cancel Tickets successfully requested.

Schema

    jobId jobId

    The job ID

Loading...