deleteTransaction
Delete a transaction from your Organizze account. For recurring transactions, optionally remove all occurrences or future ones.
Instructions
Excluir movimentação
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| update_all | No | Excluir todas as ocorrências (se recorrente) | |
| update_future | No | Excluir esta e as próximas ocorrências (se recorrente) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| date | No | ||
| paid | No | ||
| tags | No | ||
| notes | No | ||
| recurring | No | ||
| account_id | No | ||
| contact_id | No | ||
| created_at | No | ||
| updated_at | No | ||
| attachments | No | ||
| category_id | No | ||
| description | No | ||
| installment | No | ||
| account_type | No | ||
| amount_cents | No | ||
| recurrence_id | No | ||
| credit_card_id | No | ||
| attachments_count | No | ||
| oposite_account_id | No | ||
| total_installments | No | ||
| paid_credit_card_id | No | ||
| credit_card_invoice_id | No | ||
| oposite_transaction_id | No | ||
| paid_credit_card_invoice_id | No |