REST API | Visa Platform Connect

Delete a Payment Instrument

This section shows you how to delete a payment instrument token.

Endpoint

Test:
DELETE
https://apitest.cybersource.com
/tms/v1/paymentinstruments/
{paymentInstrumentTokenId}
Production:
DELETE
https://api.cybersource.com
/tms/v1/paymentinstruments/
{paymentInstrumentTokenId}
Production in India:
DELETE
https://api.in.cybersource.com
/tms/v1/paymentinstruments/
{paymentInstrumentTokenId}
The
{paymentInstrumentTokenId}
is the payment instrument token ID you want to retrieve. For more information, see Create a Payment Instrument.