v9

latestSwagger 2.0raw.githubusercontent.com2019-09-114553151.8 KB
Catalog

Deletes the specified credential in the specified database

post/catalog/usql/databases/{databaseName}/credentials/{credentialName}

Path parameters

databaseNamestring required

The name of the database containing the credential.

credentialNamestring required

The name of the credential to delete

Query parameters

cascadeboolean

Indicates if the delete should be a cascading delete (which deletes all resources dependent on the credential as well as the credential) or not. If false will fail if there are any resources relying on the credential.

api-versionstring required

Client Api Version.

Request body

passwordstring

the current password for the credential and user with access to the data source. This is required if the requester is not the account owner.

Response

Successfully deleted the specified credential from the specified database.