Cancel order
Order Cancellation
Cancellation policy
Examples
Cancellation process
Cancellation settlement
Cancellation by the product supplier
Path parameters
orderReferenceIdstringRequiredExample:
Tiqets Order ID.
1111111Header parameters
AuthorizationstringRequiredDefault:
Token <Your_API_Key>.
Token <Partner_API_key>.Body
cancellation_reasonstring · enumOptionalPossible values:
Reason for cancellation from the customer.
Responses
200
Successful operation.
application/json
400
Bad Request -- Check your request parameters (typo in parameter or invalid value).
application/json
401
Unauthorized -- Your API key is incorrect.
application/json
403
Forbidden -- The endpoint or parameters are not allowed for the matching API key.
application/json
404
Not Found -- Requested resource/endpoint could not be found.
application/json
405
Method Not Allowed -- Check your request method.
application/json
429
Too Many Requests -- We currently apply a fair-use policy, but we might enforce limits in the future.
application/json
500
Internal Server Error -- We had a problem with our server. Try again later.
application/json
503
Service Unavailable -- We're temporarily offline for maintenance. Please try again later.
application/json
delete
/orders/{orderReferenceId}Last updated
Was this helpful?

