cURL
curl --request DELETE \ --url https://api.sandbox.teal.dev/v0/platform-gl/coa-templates/ledgers/{ledger_template_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "data": "<unknown>", "display_message": "<string>" }
Deletes an existing Ledger Template.
Documentation IndexFetch the complete documentation index at: https://docs.teal.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.teal.dev/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer , where is your auth token.
The ID of the Ledger Template.
Successful Response