rmUserById CallablermUserById(catalogDir: string): (id: string) => Promise<void>Delete a user by it's id.@exampleimport utils from '@eventcatalog/utils';const { rmUserById } = utils('/path/to/eventcatalog');// deletes the user with id eventcatalog-core-userawait rmUserById('eventcatalog-core-user');
Delete a user by it's id.