taler-docs

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

delete-private-reports-REPORT_SERIAL.rst (384B)


      1 .. http:delete:: [/instances/$INSTANCES]/private/reports/$REPORT_SERIAL
      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 
     12   :http:statuscode:`404 Not found`:
     13     The report or the instance is unknown to the backend.