rmTeamById CallablermTeamById(catalogDir: string): (id: string) => Promise<void>Delete a team by it's id.@exampleimport utils from '@eventcatalog/utils';const { rmTeamById } = utils('/path/to/eventcatalog');// deletes the EventCatalogCoreTeam teamawait rmTeamById('eventcatalog-core-team');
Delete a team by it's id.