Delete Link

Delete a specific payment link

PUT https://paymentlink.seerbitapi.com/paymentlink/v2/payLinks/api/deleteLink/paymentLinkId

This enpoint allows you to delete a created paymentlink

Path Parameters

NameTypeDescription

paymentLinkId*

String

payment link ID

Headers

NameTypeDescription

Authorization*

String

Bearer Token

{
    "status": "Deleted"
}

Last updated