Deletes a user.
If id is not provided, the user associated with the token is deleted.
id
token
Future<void> deleteUser(String token, {String? id});