cURL
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" }
HTTP Basic Authentication using the API Key as username and API Secret as password.
Funding source disconnected successfully