Delete Payment Instrument

You can delete a payment instrument by making a DELETE request to the Delete Payment Instrument endpoint. For example:

{{base-url}}/ctp/api/v1/paymentinstrument/{customerReferenceId}/{publicToken}

If successful, a 202 response is returned with a unique requestTraceId when the card network is VISA, and a unique srcCorrelationId when the card network is Mastercard.

{
  "requestTraceId": "351562ba-83cf-11ee-b962-0242ac120002"
}
{
  "srcCorrelationId": "b17b686c-4759-4ade-a3b1-6b29c61b6774"
}
📘

Information

To view this endpoint in the API Explorer, see Delete Payment Instrument.