Deletes the specified external location from the metastore. The caller must
be the owner of the external location.
Usage
delete_external_location(client, name, force = NULL)
externalLocationsDelete(client, name, force = NULL)
Arguments
- client
Required. Instance of DatabricksClient()
- name
Required. Name of the external location.
- force
Force deletion even if there are dependent external tables or mounts.