KashierDevelopersKashier Developers

Delete a payment link

curl -X DELETE "https://test-api.kashier.io/v2/payment-link/string"
{  "message": "string"}

Deletes a payment link. The link is soft-deleted (isDeleted becomes true) and stops being payable.

Authorization

secretKey
Authorization<token>

Merchant secret key used to identify the merchant, obtained from Kashier's dashboard. Pass the raw secret key value in the Authorization header (NOT a "Bearer" token).

In: header

Path Parameters

paymentLinkId*string

The payment link identifier. Example: PL-2348668602

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

DELETE
/v2/payment-link/{paymentLinkId}