Skip to main content
DELETE
/
v1
/
organizations
/
{organization_id}
/
ledgers
/
{ledger_id}
/
transaction-routes
/
{transaction_route_id}
Delete a Transaction Route
curl --request DELETE \
  --url https://transaction.sandbox.lerian.net/v1/organizations/{organization_id}/ledgers/{ledger_id}/transaction-routes/{transaction_route_id}
This response does not have an example.

Headers

Authorization
string

The authorization token. This header is required if your environment has the Access Manager enabled.

Path Parameters

organization_id
string
required

The unique identifier of the Organization associated with the Ledger.

ledger_id
string
required

The unique identifier of the associated Ledger.

transaction_route_id
string
required

The unique identifier of the Transaction Route that you want to retrieve.

Response

Indicates that the resource was successfully deleted.