Clear out session cookies from SFSafariViewController?

I have an application that needs a token to view a certain page in a SFSafariViewController instance.


I want to be able to clear out the session when the user decides to log out from the iOS app.


I really don't want to resort to using WKWebView or pushing them directly to safari the SFSafariViewController is perfect for this use.


Is it possible to delete the cookies from the SFSafariViewController instance? This is a big issue 😟


Thanks


Ethan