Skip to content

Remove budget owner

Request

Removes the owner from the budget. A budget must retain at least one active owner.

Security
BearerAuth
Path
client_idintegerrequired

The ID of the business.

Example:123
budget_idstringrequired

The ID of the budget.

budget_owner_idstringrequired

The ID of the budget owner.

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

Responses

No Content