- Manage Webhook Subscriptions
- Shipping Address Tokens
- Customer Payment Instrument Tokens
- Payment Instrument Tokens
- Instrument Identifier Tokens
- Network Tokens for Partners
Delete a Payment Instrument
Visa Platform ConnectREST API
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 is the payment instrument token ID you
want to retrieve. For more information, see Create a Payment Instrument.
{paymentInstrumentTokenId}
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
1DELETE://apitest.visaacceptance.com/tms/v1/paymentinstruments/F39763E8CFDF2354E053AF598E0AF684
Successful
Response
HTTP 204 No
Content
status. For more information, see HTTP Status Codes.