collab: Remove GET /billing/monthly_spend endpoint (#31123)

This PR removes the `GET /billing/monthly_spend` endpoint, as it is no
longer used.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-05-21 17:30:12 -04:00 committed by GitHub
parent f196288e2d
commit b444b326cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 2 additions and 148 deletions

View file

@ -7,10 +7,6 @@ pub use token::*;
pub const AGENT_EXTENDED_TRIAL_FEATURE_FLAG: &str = "agent-extended-trial";
/// The maximum monthly spending an individual user can reach on the free tier
/// before they have to pay.
pub const FREE_TIER_MONTHLY_SPENDING_LIMIT: Cents = Cents::from_dollars(10);
/// The default value to use for maximum spend per month if the user did not
/// explicitly set a maximum spend.
///