Skip to main content
POST
Delete an invoice

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
subMerchantId
string
required

The subMerchantId associated with the invoice.

Example:

"jpt-sim-md-1"

invoiceId
string
required

The invoiceId of the invoice.

Example:

"You need to change *this* with invoiceId from invoice creation"

Response

Invoice successfully deleted.

Last modified on July 14, 2026