v1

latestOpenAPI 3.0.1MIT2026-07-261190449.2 KB
Cardholders

Deactivate Cardholder

Deactivate a cardholder 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.

delete/cardholders/{cardholderId}

Path parameters

cardholderIdstring uuid required

The unique identifier of the cardholder.

Query parameters

organizationIdstring uuid required

The unique identifier of the organization.

Request body

suffixstring

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

Example request

{
  "suffix": "-deactivated"
}

Response

Cardholder successfully deleted!