---
title: "Delete Cardholder from C2P"
method: POST
path: "/v1/click2pay/VISA/delete/customer/{customerId}"
tags: ["Visa Click2Pay Enrol and Manage"]
---

# Delete Cardholder from C2P

`POST /v1/click2pay/VISA/delete/customer/{customerId}`

Send a request to this endpoint to remove a cardholder’s profile from C2P.
Note: The cards added to the profile are also removed.

## Path parameters

- `customerId` string, biginteger, required

## Query parameters

- `auditUser` string, required

## Request body

- DeleteCustomerRequest
  - `customerBID` string, required — Unique identifier assigned to each issuer. Note: If you are using our BIN sponsorship, we provide you the **customerBID**; else, Visa provides you the **customerBID**.

## Response `202`

Accepted

- VisaClick2Pay202
  - `requestTraceId` string, uuid, required — Unique identifier of the request

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

---

[API](https://skmtc.net/enfuce/apis/transfer-api.md) · [All operations](https://skmtc.net/enfuce/apis/transfer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/enfuce/transfer-api/versions/dc4a41118f80/schema)
