Skip to main content
DELETE
/
accounts
/
{accountId}
/
organizations
/
{organizationId}
/
cardholders
/
{cardHolderId}
Delete card holder
curl --request DELETE \
  --url https://api.opencard.io/api/v1/application/accounts/{accountId}/organizations/{organizationId}/cardholders/{cardHolderId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

accountId
integer
required

Your account ID

organizationId
integer
required

Organization ID

cardHolderId
integer
required

Card holder ID

Response

200 - application/json

Deleted