ReconifyDocumentation

Delete a ledger source

Permanently deletes a ledger source. Sources that have ingested transactions cannot be deleted.

DELETE
/ledger/sources/{id}

Authorization

ApiKeyAuth
AuthorizationBearer <token>

Org-level API key (sk_live_*). Create keys from the dashboard at Settings → API Keys.

In: header

Path Parameters

id*string

Source UUID

Response Body

application/problem+json

curl -X DELETE "https://example.com/ledger/sources/018f1a2b-3c4d-5e6f-7a8b-9c0d1e2f3a4b"
Empty
{  "$schema": "/v1/schemas/ErrorModel.json",  "detail": "Property foo is required but is missing.",  "errors": [    {      "location": "string",      "message": "string",      "value": null    }  ],  "instance": "https://example.com/error-log/abc123",  "status": 400,  "title": "Bad Request",  "type": "https://example.com/errors/example"}