# Force bulk update billing group status, can make a mess, use at own risk Endpoint: POST /billingGroups/bulkStatusUpdate Version: 1.0.0 Security: M2X_auth_application ## Request fields (application/json): - `billingGroupId` (string, required) - `deleteStatus` (boolean) Deletes the manual status on the billing group - `status` (string) Enum: "Booked", "Started", "Delivered", "Accepted", "Invoiced", "Paid" ## Response 200 fields (application/json): - `success` (boolean) Example: true ## Response 404 fields (application/json): - `message` (string) Example: "not found"