Skip to main content
DELETE
/
customers
/
external-accounts
/
{accountId}
Delete customer external account
curl --request DELETE \
  --url https://{publicHost}/customers/external-accounts/{accountId} \
  --header 'Authorization: Basic <encoded-value>'
{
  "deleted": true,
  "accountId": "ext_acc_php_001"
}

Authorizations

Authorization
string
header
required

Integration-key Basic Auth (clientId:clientSecret) as documented in docs/public/AUTHENTICATION.md.

Path Parameters

accountId
string
required

Bound external-account identifier for the receiver being resolved for same-currency funding or payout.

Query Parameters

customerId
string
required

Customer identifier required by the canonical delete contract.

Response

External account deleted.

deleted
boolean
required
accountId
string
required