---
title: "Delete Visa CTP customer"
method: POST
path: "/v1/clicktopay/visa/delete/customer"
tags: ["Visa Click to Pay"]
---

# Delete Visa CTP customer

`POST /v1/clicktopay/visa/delete/customer`

Delete the customer and all their cards from the Visa Click to Pay service,

This endpoint generates a [Click to Pay event generated](https://developers.pismo.io/events/docs/cards-tokenization-click-to-pay-1) event.

**Notes**:

- This endpoint takes an account token - an access token encoded with a Pismo account ID.

- The process is asynchronous, success or failure is indicated in the generated event.

- This is a PCI endpoint, use the https://gw-pci.pismolabs.io environment.

## Headers

- `x-tenant` string, required
- `x-customer-id` integer, required
- `x-cid` string

## Request body

- ClickToPayDeleteCustomerRequest
  - `owner_bid` string, required — Owner business ID. Identifies the issuing entity creating or managing enrollment in Click to Pay.

## Response `202`

Accepted

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/versions/935b62e16de4/schema)
