Delete a sold_to_account

Method : DELETE

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

URL Parameters

Field Name
Description

id

sold_to_account Id which was system generated

account_number

This uid is 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