Delete a ship_to_account
Method : DELETE
https://os.vucustom.com/api/v1/ship_to_accounts?id=&account_number=&parent_account_numberURL 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
200 Successful response example
{}401 Unauthorized
The client doesn’t have correct authentication credentials.
{
"errors": "[API] Invalid API key or secret (unrecognized login or wrong password)"
}403 Forbidden
The server is refusing to respond. This is typically caused by incorrect access.
404 Not Found
The requested resource was not found but could be available again in the future.
422 Unprocessable Entity
5xx Errors
An internal error occurred in VU Admin.
Last updated