Deletes the budget member. If the member has an associated card, the card is revoked asynchronously. A budget must retain at least one member.
Side effect: On budgets with per-member limits, removing a member reduces the budget's total limit and available amount by the member's share.
Security
BearerAuth
DELETE
curl -i -X DELETE \
'https://public.letsweel.com/v1/businesses/123/budgets/{budget_id}/members/{budget_member_id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'