Delete a Payment Instrument

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

Endpoint

Test:
DELETE
https://apitest.visaacceptance.com
/tms/v1/paymentinstruments/
{paymentInstrumentTokenId}
Production:
DELETE
https://api.visaacceptance.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.

Required Fields for Deleting a Payment Instrument

paymentInstrumentTokenId
Include the ID of the payment instrument token you want to retrieve in the URL path.

REST Example: Deleting a Payment Instrument

Light Dark
Request
1
DELETE://apitest.visaacceptance.com/tms/v1/paymentinstruments/F39763E8CFDF2354E053AF598E0AF684
Successful Response
A successful delete response returns an empty
HTTP 204 No Content
status. For more information, see HTTP Status Codes.