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

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

Last updated