# Archive Customer(s) Archive (inativate) customers in bulk by providing a list of customerIds agsint the specified company Endpoint: PATCH /customers Security: BearerAuth ## Request fields (application/json): - `companyId` (string, required) - `customers` (array, required) - `customers.customerId` (string) ## Response 200 fields (application/json): - `success` (boolean) Example: true - `message` (string) Example: "Request completed successfully" - `data` (object) Example: {}