---
title: "Deactivate a payment instrument"
method: DELETE
path: "/v0.1/customers/{customer_id}/payment-instruments/{token}"
tags: ["Customers"]
---

# Deactivate a payment instrument

`DELETE /v0.1/customers/{customer_id}/payment-instruments/{token}`

Deactivates an identified card payment instrument resource for a customer.

## Response `204`

Returns an empty response body when the operation succeeds.

## Other responses

- `400` — The request is invalid.
- `401` — The request is not authorized.
- `403` — The request is authenticated but not permitted for this operation.
- `404` — The requested resource does not exist.

---

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