taler-docs

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

delete-private-reports-REPORT_ID.rst (734B)


      1 .. http:delete:: [/instances/$INSTANCE]/private/reports/$REPORT_ID
      2 
      3   This is used to delete report generation from the schedule.
      4 
      5   **Required permission:** ``reports-write``
      6 
      7   **Response:**
      8 
      9   :http:statuscode:`204 No content`:
     10     The backend has successfully deleted the report.
     11   :http:statuscode:`400 Bad Request`:
     12     The report ID parameter is malformed.
     13     Returned with ``TALER_EC_GENERIC_PARAMETER_MALFORMED``.
     14   :http:statuscode:`404 Not found`:
     15     The report or the instance is unknown to the backend.
     16     Returned with ``TALER_EC_MERCHANT_GENERIC_REPORT_UNKNOWN``.
     17   :http:statuscode:`500 Internal Server Error`:
     18     The server experienced an internal failure.
     19     Returned with ``TALER_EC_GENERIC_DB_STORE_FAILED``.