DELETE
/
institutions
/
oauth
/
{institutionId}
Delete OAuth Application
curl --request DELETE \
  --url https://sandbox-api.cardcore.cloud/institutions/oauth/{institutionId} \
  --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

institutionId
string
required

Path parameter: institutionId.

Response

204

Delete OAuth Application completed successfully.