Skip to content

Remove budget member

Request

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
Path
client_idintegerrequired

The ID of the business.

Example:123
budget_idstringrequired

The ID of the budget.

budget_member_idintegerrequired

The ID of the budget member.

DELETE
/v1/businesses/{client_id}/budgets/{budget_id}/members/{budget_member_id}
curl -i -X DELETE \
  'https://public.letsweel.com/v1/businesses/123/budgets/{budget_id}/members/{budget_member_id}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

No Content