Delete Receivables Invoices

You can use the Receivables Invoices REST API to delete an invoice that was created with an incorrect transaction source.

Delete an Invoice

Your customer created an invoice with an incorrect transaction source. They delete the invoice.

Example URL

Here's an example of the resource URL:

DELETE
fscmRestApi/resources/11.13.18.05/receivablesInvoices/<CustomerTransactionId>

cURL Command

curl --user <username>:<password> -X DELETE -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" https://<host>:<port>/fscmRestApi/resources/<version>/receivablesInvoices/<CustomerTransactionId>

Example Response

Here's an example of the response body in JSON format:

"No content"