Remove a Label to the Transaction matching the ID

This post endpoint remove the Label from the transaction matching the IDs passed in url

Security(Ledger_API_Key and Ledger_API_User) or Ledger_API_Key and Ledger_API_User and Ledger_Store_Auth_Token) or Ledger_API_User or Ledger_API_User and Ledger_Store_Auth_Token)
Request
path Parameters
label_id
required
integer

The label's ID

transaction_id
required
integer

The transaction's ID

Responses
200

Whether or not the Label has been successfully removed

404

Transaction or Label does not exist

delete/transactions/{transaction_id}/labels/{label_id}
Response samples
application/json
{
  • "success": true
}
Copyright © Ledger Enterprise Platform 2023. All right reserved.