DELETE
/
core
/
external-accounts
/
{externalAccountId}
curl --request DELETE \
  --url https://api.enterprise.sandbox.uphold.com/core/external-accounts/{externalAccountId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication.

Path Parameters

externalAccountId
string
required

The external account identifier.

Response

204
_mintlify/placeholder

External account deleted.