taler-docs

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

delete-private-pots-POT_SERIAL.rst (516B)


      1 .. http:delete:: [/instances/$INSTANCES]/private/pots/$POT_SERIAL
      2 
      3   This is used to delete information about a pot.  Existing
      4   references to the pot will simply be lost and treated as "no pot";
      5   there will be no indication that the pot is still in used from the
      6   backend.
      7 
      8   **Required permission:** ``pots-write``
      9 
     10   **Response:**
     11 
     12   :http:statuscode:`204 No content`:
     13     The backend has successfully deleted the pot.
     14 
     15   :http:statuscode:`404 Not found`:
     16     The pot or the instance is unknown to the backend.