model management

Delete Access Group Budget

Clear the shared budget of an access group, leaving the group itself in place.

Example:

curl -X DELETE 'http://localhost:4000/access_group/production-models/budget' \
  -H 'Authorization: Bearer sk-1234'

Parameters:

  • access_group: str - The access group name (URL path parameter)

Returns:

  • DeleteAccessGroupBudgetResponse; budget_deleted is false when there was nothing to clear

Raises:

  • HTTPException 404: If access group not found
delete/access_group/{access_group}/budget

Path parameters

access_groupstring required

Response

Successful Response

access_groupstring required
budget_deletedboolean required
messagestring required

Changes