---
title: "Delete Payment Source"
method: DELETE
path: "/customers/v1/{customer_id}/payment-sources/{payment_source_id}"
tags: ["Payment Source"]
---

# Delete Payment Source

`DELETE /customers/v1/{customer_id}/payment-sources/{payment_source_id}`

Delete a Payment Source to remove Customer credentials from the platform.

## Path parameters

- `customer_id` string, required
- `payment_source_id` string, required

## Request body

- object
  - `reason` 'USER_REQUESTED' | 'TPP_REQUESTED', required — Who is requesting deletion

## Response `200`

- object

---

[API](https://skmtc.dev/leantech/apis/auth.md) · [All operations](https://skmtc.dev/leantech/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/leantech/auth/revisions/c2e46d54d886/schema)
