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
Response
Successfully deleted the specified credential from the specified database.