Delete an order

Method : DELETE

https://admin.vucustom.com/api/:api_version/orders?id=&order_number=

URL Parameters

Field Name
Description

id

system generated order ID

account_number

Unique identifier which was provided from an external source.

Example Request
curl --location --request DELETE 'https://admin.vucustom.com/api/v1/sold_to_accounts?id=&account_number='

200 Successful response example

{}

Last updated