How do I create multiple Admins subscribed to the same collection with delete privileges?

Hi!

I am trying to create a simple ATS system. It currently works by receiving submissions on the client side and submitting that to one “Candidates” collection.

On the Admin side, it is subscribed to the entire collection. If I want to allow each Admin to Reject(remove) candidates from their view. How do I go about doing that without modifying the “Candidates” collection?

This way I don’t have the problem of one Admin rejecting and the second Admin missing out on that candidate.

Thank you!