Delete a payment link

You can delete a payment link in the case where it has never been used.

DELETE https://api.ivorypay.io/v1/payment-links/:id

Path Parameters

NameTypeDescription

id

String

The ID of a payment link

{
    "success": true,
    "message": "Payment link was deleted successfully"
}

Last updated