Delete a sub account Run in API Explorer
Ask AI
DELETE
/api/v1/plans/{plan_uuid}/sub-accounts/{uuid}
curl \
--request DELETE 'https://api.plannrcrm.com/api/v1/plans/6ff8f7f6-1eb3-3525-be4a-3932c805afed/sub-accounts/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"name": "John's ISA",
"uuid": "5306b733-9eef-47b9-a1f6-2c3cec6e0bad",
"created_at": "2026-04-09T11:57:58+01:00",
"statistics": {
"recent_growth": 100
},
"updated_at": "2026-04-09T11:57:58+01:00",
"policy_number": "AVI-4837",
"is_main_account": false,
"active_portfolio": {
"name": "Risky Portfolio",
"uuid": "bf26f24f-a967-423c-99b6-7f261fb2ace6",
"created_at": "2026-04-09T11:57:58+01:00",
"updated_at": "2026-04-09T11:57:58+01:00",
"is_proposed": true,
"proposed_at": "2026-04-09T00:00:00+01:00"
},
"latest_valuation": {
"uuid": "a1a790f9-2a98-43ea-aca2-a5ea596d3523",
"value": {
"amount": {
"example": "4000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£40.00",
"description": "Money amount formatted with currency"
}
},
"valued_at": "2026-04-09T11:57:58+01:00",
"created_at": "2026-04-09T11:57:58+01:00",
"updated_at": "2026-04-09T11:57:58+01:00",
"sub_account": "App\\Http\\Resources\\Plans\\SubAccountResource"
}
}