Removes the owner from the budget. A budget must retain at least one active owner.
Security
BearerAuth
DELETE
curl -i -X DELETE \
'https://public.letsweel.com/v1/businesses/123/budgets/{budget_id}/owners/{budget_owner_id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'