Delete a ship_to_account

Method : DELETE

https://admin.vucustom.com/api/:api_version/ship_to_accounts?id=&account_number=&parent_account_number

URL Parameters

Field Name
Description

id

ship_to_account Id which was system generated

account_number

if this is present and id is blank, then parent_account_number is also required. This uid is provided from an external source.

parent_account_number

required if id is blank

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

200 Successful response example

{}

Last updated