Binance Panic Prodecure

I am currently writing a service that will manage funds via binance api. I am trying to be extra careful about the possible attacks. I will use apikey and apisecret to authenticate, can I ask you what are the best panic procedures in case the secrets are compromised? For instance, if I figure out a potential attack, I want to disable the key/secret immediately. How can I do that?

if you wish to disable the api/secret, you may login to the UI and delete it.