delete-monitoring-records.rst (2012B)
1 The following authenticated endpoints permanently delete one monitoring 2 record. ``$SERIAL_ID`` is the record's :ts:type:`SafeUint64` row ID. Every 3 endpoint returns ``204 No Content`` on success, ``400 Bad Request`` for a 4 malformed row ID, ``401 Unauthorized`` without valid credentials, ``404 Not 5 Found`` if the record does not exist, and ``500 Internal Server Error`` for a 6 database failure. 7 8 .. http:delete:: /monitoring/aml-holds/$SERIAL_ID 9 10 .. http:delete:: /monitoring/amount-arithmetic-inconsistencies/$SERIAL_ID 11 12 .. http:delete:: /monitoring/bad-sig-losses/$SERIAL_ID 13 14 .. http:delete:: /monitoring/closure-lags/$SERIAL_ID 15 16 .. http:delete:: /monitoring/coin-inconsistencies/$SERIAL_ID 17 18 .. http:delete:: /monitoring/denomination-key-validity-withdraw-inconsistencies/$SERIAL_ID 19 20 .. http:delete:: /monitoring/denominations-without-sigs/$SERIAL_ID 21 22 .. http:delete:: /monitoring/deposit-confirmations/$SERIAL_ID 23 24 .. http:delete:: /monitoring/early-aggregations/$SERIAL_ID 25 26 .. http:delete:: /monitoring/emergencies/$SERIAL_ID 27 28 .. http:delete:: /monitoring/emergencies-by-count/$SERIAL_ID 29 30 .. http:delete:: /monitoring/fee-time-inconsistencies/$SERIAL_ID 31 32 .. http:delete:: /monitoring/kycauth-in-inconsistencies/$SERIAL_ID 33 34 .. http:delete:: /monitoring/misattribution-in-inconsistencies/$SERIAL_ID 35 36 .. http:delete:: /monitoring/pending-deposits/$SERIAL_ID 37 38 .. http:delete:: /monitoring/purse-not-closed-inconsistencies/$SERIAL_ID 39 40 .. http:delete:: /monitoring/reserve-balance-insufficient-inconsistencies/$SERIAL_ID 41 42 .. http:delete:: /monitoring/reserve-balance-summary-wrong-inconsistencies/$SERIAL_ID 43 44 .. http:delete:: /monitoring/reserve-in-inconsistencies/$SERIAL_ID 45 46 .. http:delete:: /monitoring/reserve-not-closed-inconsistencies/$SERIAL_ID 47 48 .. http:delete:: /monitoring/row-inconsistencies/$SERIAL_ID 49 50 .. http:delete:: /monitoring/row-minor-inconsistencies/$SERIAL_ID 51 52 .. http:delete:: /monitoring/wire-format-inconsistencies/$SERIAL_ID 53 54 .. http:delete:: /monitoring/wire-out-inconsistencies/$SERIAL_ID