Catalog - Delete All Secrets

Deletes all secrets in the specified database. This is deprecated and will be removed in the next release. In the future, please only drop individual credentials using DeleteCredential

DELETE https://{accountName}.{adlaCatalogDnsSuffix}/catalog/usql/databases/{databaseName}/secrets?api-version=2016-11-01

URI Parameters

Name In Required Type Description
accountName
path True

string

The Azure Data Lake Analytics account upon which to execute catalog operations.

adlaCatalogDnsSuffix
path True

string

Gets the DNS suffix used as the base for all Azure Data Lake Analytics Catalog service requests.

databaseName
path True

string

The name of the database containing the secret.

api-version
query True

string

Client Api Version.

Responses

Name Type Description
200 OK

Successfully deleted all secrets from the specified database.

Examples

Deletes all secrets in the specified database

Sample Request

DELETE https://contosoadla.azuredatalakeanalytics.net/catalog/usql/databases/master/secrets?api-version=2016-11-01

Sample Response