Remove a card payment source/method from the Limepay customer
curl -i -X DELETE \ 'https://api.sandbox.limepay.com.au/merchants/{merchantId}/payments/sources/card/{customerId}/{cardPaymentSourceId}' \ -H 'Limepay-SecretKey: YOUR_API_KEY_HERE'
{- "cardPaymentSourceId": "psrc_Z_NiEAUNNT_E6kzc",
- "customerId": "cust_Z_NiEAUNNT_E6kzX",
- "customerDelegateUserId": "custd_Z_NiEwUNNT_E6kzy",
- "brand": "",
- "funding": "credit",
- "last4": "string",
- "cardBin": "string",
- "expMonth": 0,
- "expYear": 0,
- "country": "string",
- "isDeleted": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}