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>'
{
  "status": "success",
  "message": "Funding source disconnected successfully"
}

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
id
string<uuid>
required

Response

Funding source disconnected successfully

status
string
message
string