v1

latestOpenAPI 3.1.02026-07-234140131.3 KB
Booking API

Cancel Order

delete/orders/{orderReferenceId}

Path parameters

orderReferenceIdstring required

Tiqets Order ID.

Headers

Authorizationstring required

Token <Your_API_Key>.

Request body

cancellation_reason'COULD_NOT_MAKE_IT' | 'NEED_TO_RESCHEDULE' | 'FOUND_A_BETTER_PRICE_ELSEWHERE' | 'DID_NOT_RECEIVE_TICKETS -' | 'OTHER'

Reason for cancellation from the customer.

Response

Successful operation.

successboolean

Indicates whether the request was successful (True) or not (False).