If a customer removes a stored card, you must remove it from their profile, and ensure that you do not provide the removed card's token when using the cardTokens parameter.
Checkout sends a POST request to this URL when the customer removes a card from Hosted Checkout so that you know which token to remove from your customer's profile.
Checkout sends the following parameters in the POST request:
checkoutId - ID of the checkout instance.
registrationId - ID of the card token removed.
signature - Signature of the request.
If you are using Embedded Checkout, please use the onRemoveCard callback instead.