pub async fn team_delete( client: &Client, id: String, ) -> Result<Value, LinearError>
Archives a team and schedules its data for deletion. Requires team owner or workspace admin permissions.