Add SuppressAuth Option to deleteMember() function

Currently, I’m trying to clean up pending members who failed to verify their email via email verification with an automated job.

It’s possible to delete the contact data with the deleteContact() function as it supports SuppressAuth, however, you can’t delete the member data with the deleteMember() function because the jobs runner does not have permission to do so.