Skip to main content
DELETE
/
accounts
/
{account_id}
/
funding-sources
/
{id}
Disconnect a funding source
curl --request DELETE \
  --url https://service.bluumfinance.com/v1/accounts/{account_id}/funding-sources/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "code": "BLUM-400-002",
  "message": "Required field 'symbol' is missing."
}

Authorizations

Authorization
string
header
required

HTTP Basic Authentication using the API Key as username and API Secret as password.

Path Parameters

account_id
string<uuid>
required

Account ID

id
string<uuid>
required

Funding source ID (internal database ID)

Query Parameters

type
enum<string>
default:plaid

Provider type of the funding source. Defaults to 'plaid' for backward compatibility.

Available options:
plaid

Response

Funding source disconnected successfully