Connect API Documentation

https://connect.yourbarmate.com/api
Changelog

Delete a product

DELETE /products/:id

Parameters

  • id: The identifier as specified when the product was created

Status codes

  • 200 on success
  • 400 if the request is invalid
  • 404 if no product with the given id was found

Response properties

The full product as returned by GET /products/:id with the status set to DELETED.