Skip to main content
POST
Decline Client Order
Only orders with a pending status (order_status: 0) can be declined. Attempting to decline an order in any other status will return a 400 error.

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Client ID

order_id
string
required

Order ID

Response

OK

The response is of type boolean.