1. MiniPOS Products API
UCS MiniPOS API - PUBLIC
  • MIDserver
    • MiniPOS Invoice API
      • ValidateInvoice
      • New Sales Invoice - Basic
      • New Refund Invoice - Basic
      • New Sales Invoice - Advanced
      • New Sales Invoice + Slip after payment
      • New Non fiscal slip
      • Get Invoice List
      • Get Invoice by ID
  • CRMserver
    • MiniPOS Products API
      • GET Products List
        GET
      • GET Product by ID
        GET
      • DELETE Product by ID
        DELETE
      • Change Product by ID
        PUT
      • Create new Product Basic
        POST
      • Create new Product Advanced
        POST
    • MiniPOS Categories API
      • Create new Category
    • MiniPOS Shift Data API
      • GET shifts
      • GET receipts
  1. MiniPOS Products API

DELETE Product by ID

DELETE
/api/products/50

Request

None

Responses

🟢204
text/plain
🟠404
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/api/products/50'
Response Response Example
{
    "detail": "No Product matches the given query."
}
Modified at 2026-04-15 12:52:15
Previous
GET Product by ID
Next
Change Product by ID
Built with