Deletes a storage credential from the metastore. The caller must be an owner
of the storage credential.
Usage
delete_storage_credential(client, name, force = NULL)
storageCredentialsDelete(client, name, force = NULL)
Arguments
- client
Required. Instance of DatabricksClient()
- name
Required. Name of the storage credential.
- force
Force deletion even if there are dependent external locations or external tables.