taxes.delete
Deletes a tax.
You call this method by submitting a HTTP DELETE request to the following URL:
https://screen-name.invoicexpress.net/taxes/:tax-id.xml
Parameters
Parameters are the data you will pass with the call.
Request Parameters:
api_key
Your secret identifier. Your API Key is on Account Overview in the Account section.
Rules: Required
tax-id
Id of the tax to delete.
Rules: Required
Return Values
This is the result that will be passed back to you when you have sent a call.
Success
HTTP: 200 OK
Error
HTTP: 401 Access denied
The API Key parameter is missing or incorrect.
The API Key parameter is missing or incorrect.
HTTP: 404 Not Found
No tax matches the supplied :tax-id



