---
title: "Delete manual journal entry"
method: DELETE
path: "/v6/accounting/manualJournalEntries/{id}"
tags: ["Manual Journal Entries"]
---

# Delete manual journal entry

`DELETE /v6/accounting/manualJournalEntries/{id}`

Delete a manual journal entry for the given id

## Path parameters

- `id` string, required

## Response `200`

Success

- SuccessResponseManualJournalEntryGetDto
  - `result` 'SUCCESS' | 'FAILURE' — The result of the action performed.
  - `data` ManualJournalEntryGetDto — The data generated by the action performed.
    - `id` string, required — Id of the manual journal entry
    - `status` 'ACTIVE' | 'INACTIVE' | 'REMOVED', required — Status of the manual journal entry
    - `date` string, date, required — Date of the manual journal entry
    - `description` string, nullable, required — Description of the manual journal entry
    - `amount` integer, required — Total amount of the manual journal entry (in cents)
    - `recurrence` InvoiceRecurrenceGetDto, nullable, required — Recurrence settings for the invoice
      - `frequency` 'ONE_TIME' | 'DAILY' | 'WEEKLY' | 'MONTHLY' | 'YEARLY', nullable, required — Frequency of the recurrence
      - `interval` integer, nullable, required — Number of steps between occurrences
      - `endDate` string, date, nullable, required — Date the recurrence ends
    - `apiName` 'BOX' | 'CLOVER' | 'STRIPE' | 'PLAID' | 'KNOX' | 'UBER' | 'FRESHBOOKS' | 'HARVEST' | 'KW' | 'FRESHBOOKS2' | 'CAPITAL_ONE' | 'SQUARE' | 'DOTLOOP' | 'REALOGY' | 'UPWORK' | 'SHOPIFY' | 'DEDUCTR' | 'ENTERPRISE' | 'MOXIWORKS' | 'APPDIRECT' | 'LONEWOLF' | 'LONEWOLF_TRANSACTIONDESK' | 'SAMPLE_BANK' | 'TAXBOT' | 'GUSTO' | 'XERO' | 'UNIT' | 'MOOV' | 'QBO' | 'QUALPAY' | 'BENCH' | 'PARTNER_IMPLEMENTATION' | 'CHECK' | 'RUTTER' | 'WAVE' | 'MANUAL_ENTRY' | 'CSV_IMPORT' | 'ADYEN' | 'PAYABLI', nullable, required — Name of the API from which this journal entry originated
    - `apiSourceId` string, nullable, required — Id of the journal entry on the associated API
    - `children` ManualJournalEntryChildGetDto[], required
      - `glAccount` GlAccountExpanded, required — GL account details
        - `id` string, required — Id of the GL account
        - `name` string — Name of the GL account
        - `accountNo` string — Number of the GL account
        - `type` 'ASSET' | 'LIABILITY' | 'EQUITY' | 'INCOME' | 'COGS' | 'EXPENSE' | 'OTHER_INCOME' | 'OTHER_EXPENSE' | 'SUSPENSE' — Type the GL account
        - `iconUrl` string — Icon URL of the GL account
        - `displayName` string — Display name of the GL account
      - `amount` integer, required — Total amount of the journal entry line (in cents)
      - `crAmount` integer, required — Credit amount of the journal entry line (in cents)
      - `drAmount` integer, required — Debit amount of the journal entry line (in cents)
    - `customData` JsonNode, nullable — Custom JSON in which you can store any data with max length of 2000 characters
      - `empty` boolean
      - `array` boolean
      - `null` boolean
      - `object` boolean
      - `float` boolean
      - `string` boolean
      - `number` boolean
      - `missingNode` boolean
      - `valueNode` boolean
      - `nodeType` 'ARRAY' | 'BINARY' | 'BOOLEAN' | 'MISSING' | 'NULL' | 'NUMBER' | 'OBJECT' | 'POJO' | 'STRING'
      - `pojo` boolean
      - `integralNumber` boolean
      - `floatingPointNumber` boolean
      - `short` boolean
      - `int` boolean
      - `long` boolean
      - `double` boolean
      - `bigDecimal` boolean
      - `bigInteger` boolean
      - `textual` boolean
      - `boolean` boolean
      - `binary` boolean
      - `container` boolean
      - `embeddedValue` boolean

## Other responses

- `400` — Bad request
- `401` — Not authenticated
- `403` — Not authorized
- `404` — Endpoint not found
- `500` — Internal server error

---

[API](https://skmtc.net/tight/apis/tight-api.md) · [All operations](https://skmtc.net/tight/apis/tight-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tight/tight-api/revisions/e9f0790a89af/schema)
