Void an order form
This endpoint voids an order form, with the manual reason, and cascades to the quote version it was generated from, which is voided with the cascade_of_voided reason.
Only a generated order form can be voided, so a 422 is returned once the order form has been signed, has expired or has already been voided.
A concurrent write on the same quote is reported as a 422 rather than retried, so a duplicated call can fail while the first one is still in flight.
This is a premium feature.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier assigned to the order form within the Lago application. This ID is exclusively created by Lago and serves as a unique identifier for the order form's record within the Lago system.
"1a901a90-1a90-1a90-1a90-1a901a901a90"
Response
Order form voided