How to delete all the Stripe extension's settings from the Magento database?

I thought it might have been something like that. How do I reset these if I cannot get the configuration page to load? Is it stored in a file or in the DB?

@webbrowser

DELETE FROM `core_config_data` WHERE path like 'df_payment/stripe/%'

That worked 100%. Many Thanks for your help.