Delete Cardholder
Cardholders
Delete Cardholder
Delete a cardholder and terminate all associated cards. This action is permanent. DELETE /cardholders/.
DELETE
Delete Cardholder
Documentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Delete a cardholder from your application. Note that cardholders with active (non-terminated) cards cannot be deleted. You must terminate all associated cards first.Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | Unique cardholder identifier |
Example Usage
Example Response
Error Response - Active Cards
If the cardholder has active cards, you’ll receive a 409 Conflict error:Deletion Requirements
Before deleting a cardholder, ensure:- All cards are terminated - The cardholder must have no active cards
- Outstanding transactions are settled - Ensure all pending transactions are completed
Authorizations
JWT access token obtained from /auth/token
Path Parameters
Unique cardholder identifier

