Description
For some use cases, there is the need to delete a lot of resources. The most efficient way is to delete them in batches - deleting them 1 by 1 creates to many operations and a huge delete operation is not efficient either.
For some use cases, there is the need to delete a lot of resources. The most efficient way is to delete them in batches - deleting them 1 by 1 creates to many operations and a huge delete operation is not efficient either.