VehicleTaxonomyRepository.DeleteByIdAsync does not currently account for cascading deletions to items lower down the taxonomy heirarchy e.g. deleting a make should delete all child models and variants. The best way to do this would be to use the "delete by partition key" feature, but it is currently in preview. In the meantime is might be best to use a stored proc.
VehicleTaxonomyRepository.DeleteByIdAsyncdoes not currently account for cascading deletions to items lower down the taxonomy heirarchy e.g. deleting a make should delete all child models and variants. The best way to do this would be to use the "delete by partition key" feature, but it is currently in preview. In the meantime is might be best to use a stored proc.