Skip to main content
POST
Delete a payment link

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 payment link.

Example:

"jpt-sim-md-1"

The identifier of the payment link.

Example:

"You need to change *this* with paymentLinkId from paymentlink creation"

Response

Payment link successfully deleted.

Last modified on July 14, 2026