Skip to main content
DELETE
/
wealth
/
accounts
/
{account_id}
/
life-events
/
{event_id}
Delete a life event
curl --request DELETE \
  --url https://service.bluumfinance.com/v1/wealth/accounts/{account_id}/life-events/{event_id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "code": "BLUM-401-001",
  "message": "Missing or invalid Authorization header."
}

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

The investor account ID

event_id
string<uuid>
required

The life event ID

Response

Life event deleted successfully