# Remove budget member

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.

Endpoint: DELETE /v1/businesses/{client_id}/budgets/{budget_id}/members/{budget_member_id}
Version: v1
Security: BearerAuth

## Path parameters:

  - `client_id` (integer, required)
    The ID of the business.

  - `budget_id` (string, required)
    The ID of the budget.

  - `budget_member_id` (integer, required)
    The ID of the budget member.

