Skip to main content

Delete purchase order by ID

DELETE 

/v3/store/order/:orderId

For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors

Request

Path Parameters

    orderId int64required

    ID of the order that needs to be deleted

Responses

Invalid ID supplied

curl -L -X DELETE '/v3/store/order/:orderId'
Request Collapse all
Base URL
/v3
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!