- Manage Webhook Subscriptions
- Shipping Address Tokens
- Customer Payment Instrument Tokens
- Payment Instrument Tokens
- Instrument Identifier Tokens
- Network Tokens for Partners
Delete an Instrument Identifier
Visa Platform ConnectREST API
This section shows you how to delete an instrument identifier.
Endpoint
Test:
DELETE
https://apitest.visaacceptance.com
/tms/v1/instrumentidentifiers/{instrumentIdentifierTokenId}Production:
DELETE
https://api.visaacceptance.com
/tms/v1/instrumentidentifiers/{instrumentIdentifierTokenId}{instrumentIdentifierTokenId}
id
field in the id
field when you created the instrument identifier token. For more information, see
Create an Instrument Identifier. REST Example: Deleting an Instrument Identifier
Light
Dark
Request
1DELETE://apitest.visaacceptance.com/tms/v1/instrumentidentifiers/7010000000016241111
Response to a Successful Request
HTTP 204 No Content
status. For more information, see
HTTP Status Codes.