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
Example request
{
"suffix": "-deactivated"
}Response
Cardholder successfully deleted!