taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

delete-private-products-PRODUCT_ID.rst (507B)


      1 .. http:delete:: [/instances/$INSTANCE]/private/products/$PRODUCT_ID
      2 
      3   Delete information about a product.  Fails if the product is locked by
      4   anyone.
      5 
      6   **Required permission:** ``products-write``
      7 
      8   **Response:**
      9 
     10   :http:statuscode:`204 No content`:
     11     The backend has successfully deleted the product.
     12   :http:statuscode:`404 Not found`:
     13     The backend does not know the instance or the product.
     14   :http:statuscode:`409 Conflict`:
     15     The backend refuses to delete the product because it is locked.