Customers
Archive a customer
Archive a customer, hiding them from the business’s active customer list.
POST
/
v1
/
businesses
/
{business_id}
/
customers
/
{customer_id}
/
archive
Archiving a customer hides them from the business’s active customer list, returned by the List customers endpoint. Archived customers can still be accessed by ID, but are not returned in list requests by default. Archived customers will have all A/R and Liability balances retained and all invoices will remain.
Path Parameters
business_id
string
requiredID of the Business the customer is associated with.
customer_id
string
requiredID of the Customer to be archived.
Response
Returns the archived Customer object