FILTER BY TAG

Delete Binding

This section describes how to create a delete binding.

Endpoint

Test:
DELETE
https://apitest.cybersource.com
/tms/v2/tokenized-cards/{id}/bindings/{clientDeviceID}
Production:
DELETE
https://api.cybersource.com
/tms/v2/tokenized-cards/{id}/bindings/{clientDeviceID}
Production in India:
DELETE /tms/v2/tokenized-cards/{id}/bindings/{clientDeviceID}
The
{id}
is the identifier of the tokenized card and
{clientDeviceID}
is the identifier of the device.

Required Fields for Deleting Binding

REST Example: Deleting Binding

Request
Response to a Successful Request