cURL
curl --request DELETE \ --url https://api.sandbox.teal.dev/v0/journal-entries \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'teal-instance-id: <teal-instance-id>' \ --data ' { "journal_entry_ids": [ "<string>" ] } '
{ "message": "<string>", "data": "<unknown>", "display_message": "<string>", "error_code": "invalid_date" }
Delete multiple Journal Entries.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The Teal instance ID
An optional identifier for audit logging.
The journal entries to delete
Successful Response