freakboy3742 / pyxero

Python API for accessing the REST API of the Xero accounting tool.
BSD 3-Clause "New" or "Revised" License
281 stars 208 forks source link

Deleting invoice raises XeroNotFound #350

Open andr0s opened 8 months ago

andr0s commented 8 months ago

According the their API, Xero expects a POST request when removing invoices. However, I see that this library tries to perform a DELETE request, and Xero servers return 404.

I'm using the latest PIP version of the library

Screen Shot 2024-04-03 at 19 58 27