Integration Cancel Order Request
POST/v1/order_request/cancel
Cancel Order Request
Cancels a pending order request by its order number. Used when the originating partner cancels before this tenant has accepted/rejected. No webhook callback is fired — the partner initiated this cancellation.
Required Scopes (io.w)
Responses
- 200
- 422
Successful Response
Validation Error
- application/json
- Example (from schema)
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...