Skip to main content
DELETE
/
api
/
v1
/
tap
/
ledger
Clear the ledger (force re-scan) or delete one entry (force re-process)
curl --request DELETE \
  --url http://localhost:8080/api/v1/tap/ledger \
  --header 'x-api-key: <api-key>'
{
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Optional API key for authentication (enabled via application.yaml)

Query Parameters

name
string
required
uri
string

Single-entry URI. Omit to clear the whole ledger.

Response

200 - application/json

Success

message
string