Skip to main content
DELETE
/
v0
/
sources
/
ledgers
/
{ledger_id}
Delete Ledger Transaction Source
curl --request DELETE \
  --url https://api.sandbox.teal.dev/v0/sources/ledgers/{ledger_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'teal-instance-id: <teal-instance-id>'
{
  "message": "<string>",
  "data": "<unknown>",
  "display_message": "<string>",
  "error_code": "invalid_date"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

teal-instance-id
string
required

The Teal instance ID

Path Parameters

ledger_id
string
required

The ledger ID

Response

Successful Response