# Delete products endpoint This method delete the products associated with the business using its code. Endpoint: DELETE /integrator/products/{id} Version: 1.0.3 Security: bearerAuth ## Path parameters: - `id` (string, required) Product ID ## Response 200 fields (application/json): - `response` (string) Example: "Product deleted successfully"