v1

latestOpenAPI 3.0.42026-07-2286621993.2 KB
invoices

Delete external payment

Deletes an external payment, by invoice ID and transaction ID.

delete/v2/invoicing/invoices/{invoice_id}/payments/{transaction_id}

Path parameters

invoice_idstring required

The ID of the draft invoice to delete.

Query parameters

transaction_idstring

Filters the response to a single transaction, by ID.

Response

A successful request returns the HTTP 204 No Content status code with no JSON response body.