---
title: "Revoke a payment source"
method: DELETE
path: "/v1/customers/{customerId}/sources/{sourceId}"
tags: ["CUSTOMERS"]
---

# Revoke a payment source

`DELETE /v1/customers/{customerId}/sources/{sourceId}`

Removes a payment `source`, such as card or ACH token, from the customer profile. Use [Create a card token](https://docs.clover.com/reference/create-card-token) or [Create an ACH token](https://docs.clover.com/reference/create-ach-token) to create payment source.

## Path parameters

- `customerId` string, required
- `sourceId` string, required

## Headers

- `User-Agent` string, required

## Response `200`

Successful response. Payment source successfully removed from the customer record.

- object
  - `deleted` boolean, required — Indicates whether the payment source associated with customer has been deleted.
  - `id` string, required — Identifier of the payment source associated with a customer record.
  - `object` 'deletedcard' | 'ach', required — Indicates the type of payment source associated with the customer record.

## Other responses

- `default` — Error response.

---

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