cURL
curl --request DELETE \ --url https://service.bluumfinance.com/v1/wealth/accounts/{account_id}/dependents/{dependent_id} \ --header 'Authorization: Basic <encoded-value>'
{ "code": "BLUM-401-001", "message": "Missing or invalid Authorization header." }
Archive (soft delete) a dependent. The dependent data is retained for historical records and existing profile snapshots.
HTTP Basic Authentication using the API Key as username and API Secret as password.
The investor account ID
The dependent ID
Dependent archived successfully