Skip to main content
DELETE
/
core
/
external-accounts
/
{externalAccountId}
Delete external account
curl --request DELETE \
  --url https://api.enterprise.sandbox.uphold.com/core/external-accounts/{externalAccountId} \
  --header 'Authorization: Bearer <token>'
{
  "code": "entity_not_found",
  "message": "The external account cannot be found",
  "details": {
    "entity": "external-account"
  }
}

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication.

Path Parameters

externalAccountId
string<uuid>
required

The external account identifier.

Response

External account deleted.