REST API | Visa Platform Connect

Example: Deleting a Card Hash Using the REST API

Endpoint:
  • Test:
    DELETE
    https://apitest.cybersource.com
    /tms/v1/paymentinstruments/{id}
  • Production:
    DELETE
    https://api.cybersource.com
    /tms/v1/paymentinstruments/{id}
Response 204: Deleting a Card Hash
No response body
Response 410: Deleting a Card Hash
{     "errors": [         {             "type": "notAvailable",             "message": "Token not available"         }     ] }