This s a documentation page for our shiny new REST API - you weren't meant to find it. This API isn't ready for public use yet. We're chopping and changing it a LOT as we grow it. So if you build something that uses it then it's very likely to break in a future update. Don't say you weren't warned!
URL: | https://api.kashflow.com/v2/quotelist |
Method(s): | delete |
Response Formats: | JSON or XML |
Description: | This method allows you to delete multiple quotes at one go. The request body should consist of List ( array ) of quote numbers to be deleted |
DELETE Operation
Deletes the quotes specified in the list of quote numbersURL : /quotelist
Example request for DELETE of quotelist
[ 101, 123, 2345, 65 ]