Delete Consumer Information

You can remove consumer information by making a DELETE request to the Delete Consumer Information endpoint.

{{base-url}}/ctp/api/v1/consumerinformation/{customerReferenceId}

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 Consumer Information.