v1

latestOpenAPI 3.0.42026-07-2286621993.2 KB
invoices

Delete external refund

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

delete/v2/invoicing/invoices/{invoice_id}/refunds/{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.