Delete Invoice

DELETE /api/.../invoices/{id}

Delete Invoice.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the Invoice.
overridePOLinks bool No Indicator to allow deletion of Invoice when linked POs exist.

Response Information

True is returned upon success.

Example
application/json, text/json
        true
        

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE.