cURL
curl --request DELETE \ --url https://api.sandbox.teal.dev/v0/platform-gl/coa-templates/{coa_template_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "data": "<unknown>", "display_message": "<string>", "error_code": "invalid_date" }
Deletes a Chart of Accounts Template. Instances already using the Chart of Accounts Template will not be affected.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the Chart of Accounts Template
Successful Response