DELETE
Revoke a card invite
Revokes a cardholder invite. By default every invite for that customer is revoked; pass ?cardId= to revoke the invite for one card only. Only the customer who sent the invite can revoke it.

Authorizations

Authorization
string
header
required

The user's id_token from authentication — the ID token, not the access_token. The program and environment come from the token.

Path Parameters

customerId
string
required

The customer's id.

accountId
string
required

The account the card belongs to. A customer can have several accounts; cards are issued against one.

invitedCustomerId
string
required

The invited customer's ID.

Query Parameters

cardId
string

Optional. Revoke only this card's invite.

Response

Revoked

success
boolean
Example:

true

message
string
Example:

"Cardholder invite revoked successfully"