The delete_all_credential_keys()
function deletes all blastula
credential keys, giving you a clean slate. Should specific keys need to be
deleted, the delete_credential_key()
could be used (one call per credential
key to delete). Before using delete_all_credential_keys()
, it may be useful
to see which keys are available in the key-value store. For that, use the
view_credential_keys()
function.