v2
latestOpenAPI 3.1.02026-08-05267431678.1 KBbilling
Remove Team Payment Method
Remove the team's payment method and downgrade to Hobby plan.
Requires: MANAGE_BILLING permission (owner, admin, or billing role)
This endpoint:
- Cancels any active Stripe subscriptions for the team
- Downgrades the team to the Hobby plan
- Removes the stored card from the Stripe customer
Args: team_id: Team UUID request: Payment method ID to remove auth: Authenticated user context
Returns: Success status with message
delete/billing/team/{team_id}/remove-payment-method
Path parameters
team_idstring required
Request body
Response
Successful Response