Delete Business Product

This API endpoint is used to remove a product.

Using Ordering SDK


const response = await ordering.businesses(businessId).categories(categoryId).products(productId).delete();
Language
Authorization
Header
Click Try It! to start a request and see the response here!