GET
/
institutions
/
cards
/
{cardId}
/
deactivate
Deactivate Card
curl --request GET \
  --url https://sandbox-api.cardcore.cloud/institutions/cards/{cardId}/deactivate \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cardId
string
required

Path parameter: cardId.

Response

200 - application/json

Deactivate Card completed successfully.

The response is of type object.