items.delete
Deletes an item.
You call this method by submitting a HTTP DELETE request to the following URL with the item updates on xml format in the request body:
https://screen-name.invoicexpress.net/items/:item-id.xml
Parameters
Parameters are the data you will pass with the call.
Request Parameters:
api_key
Your secret identifier. You find your API Key under Account Overview in the Account section.
Rules: Required
item-id
Id of the item 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 incorrect.
The API Key parameter is missing incorrect.
HTTP: 404 Not Found
No item matches the supplied :item-id.
No item matches the supplied :item-id.