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."
}

Documentation Index

Fetch the complete documentation index at: https://docs.bluumfinance.com/llms.txt

Use this file to discover all available pages before exploring further.

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