Delete 1000s products through Graphql (not through an app)

I want to delete 1000s products through Graphql, but this doesn’t seem to be possible.

My use case is for testing, I have a test store and want to delete all product and then re-add, to test.

I don’t want to use an app

Looks like there is no bulk delete for products (https://shopify.dev/docs/api/usage/bulk-operations/imports)) is that really true? My initial thought was to use bulk delete, but creating the productDelete calls and then submitting to the bulk job

The only other way I can think of is one by one, but that would take a long time

Any other methods?

Thanks

Grant

That was what I thought, which is a shame. As I want to mange this myself, I opt’ed to submit many requests at the same time, which is OK, as long as I am ware of the the bucket limits

Thanks for the feedback