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

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

goal_id
string<uuid>
required

The goal ID

Response

Goal deleted successfully