cURL
curl --request DELETE \ --url https://sandbox-api.cardcore.cloud/institutions/oauth/{institutionId} \ --header 'Authorization: Bearer <token>'
Delete an OAuth authorization/application by id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Path parameter: institutionId.
Delete OAuth Application completed successfully.