Create a command to delete transactions, the documentation for this endpoint [can be found here](https://github.com/organizze/api-doc#excluir-movimentação). Just a quick tip on how this command could work: ``` bash $ organizze delete-transaction --id=101 # should prompt the user to confirm the action ```
Create a command to delete transactions, the documentation for this endpoint can be found here.
Just a quick tip on how this command could work:
$ organizze delete-transaction --id=101 # should prompt the user to confirm the action