curl --location --request DELETE 'https://api.lopay.com/api/1/partner/payment-link/' \
--header 'x-merchant-id;'
{
"id": "dd82c9e8-63a2-45a2-9e74-6d82c5b22c65",
"amount": {
"units": 15000,
"currencyCode": "GBP"
},
"link": "https://lopay.app/08adf/b9f0bc31-4209-4bbb-bf1d-2ea124031056",
"reference": null,
"description": "Payment for INV#1000 (Gary Smith)",
"status": "cancelled",
"dataCollection": [
"name"
],
"taxes": [],
"payments": [],
"createdAt": "2025-07-21T08:33:06.889Z",
"updatedAt": "2025-07-21T08:33:06.889Z"
}