transaction_attachment_remove
Remove one or all attachments from a transaction by providing the transaction ID and optionally a specific attachment UUID.
Instructions
Remove attachment(s) from a transaction. If attachment_id is provided, removes that specific attachment. Otherwise removes all attachments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attachment_id | No | Specific attachment UUID to remove (omit to remove all) | |
| transaction_id | Yes | Transaction UUID |