Deletes a life event. This is a soft delete - the event status is set to ‘archived’. Use PUT with status=‘archived’ for the same effect.
cURL
curl --request DELETE \ --url https://api.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." }
HTTP Basic Authentication using the API Key as username and API Secret as password.
The investor account ID
The life event ID
Life event deleted successfully