---
title: "Deactivate Cardholder"
method: DELETE
path: "/cardholders/{cardholderId}"
tags: ["Cardholders"]
---

# Deactivate Cardholder

`DELETE /cardholders/{cardholderId}`

Deactivate a [cardholder](/docs/cardholder-entity) and terminate all active cards of that cardholder. You can optionally specify that the e-mail address of the cardholder should be modified by adding a suffix to it. This allows to re-invite the same e-mail address to a new cardholder.

## Path parameters

- `cardholderId` string, uuid, required

## Query parameters

- `organizationId` string, uuid, required

## Request body

- object
  - `suffix` string — The suffix to add to the e-mail address of the cardholder. If `null` is provided, the e-mail address will not be modified.

## Response `204`

Cardholder successfully deleted!

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `404` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.net/getpliant/apis/pliant-customer-api.md) · [All operations](https://skmtc.net/getpliant/apis/pliant-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getpliant/pliant-customer-api/revisions/f3f589cfa718/schema)
