Skip to main content
DELETE
/
accounts
/
{accountId}
/
tpas
/
{tpaId}
Delete TPA
curl --request DELETE \
  --url https://api.opencard.io/api/v1/application/accounts/{accountId}/tpas/{tpaId} \
  --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

tpaId
integer
required

TPA ID

Response

200 - application/json

Deleted