What is the best way to delete a type with 27 millon nodes and 8 predicates?

I’m trying to delete a type without delete and rebuild each predicate
but only can delete with an upsert mutation with 50k uids on each action

There’s some efficient way to delete the whole type without build a loop in code?

Thanks