POST
/api/v1/customer/cards/{id}/remove
This API method will remove an LNS customer card from the customer's account. The card must belong to the logged in customer.
Sample Request body
None Required
Sample Response
{
"status": true,
"message": "Successfully removed card from your account"
}{
"status": false,
"message": "This card does not exist on your account"
}{
"status": false,
"message": "Error in Removing Card. Card does not exist"
}{
"status": false,
"message": "There was an issue removing the card from your account"
}