Remove a Label to the Account matching the ID

This post endpoint remove the Label from the account 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
account_id
required
integer

The account's ID

label_id
required
integer

The label's ID

Responses
200

Whether or not the Label has been successfully removed

404

Account or Label does not exist

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