Deletes the specified credential in the specified database
Supports noop? false
Parameters
cascade(Optional[String[1]])
— 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_version(Optional[String[1]])
— Client Api Version.
password(Optional[String[1]])
— 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.
database_name(Optional[String[1]])
— The name of the database containing the credential.
credential_name(Optional[String[1]])
— The name of the credential to delete
parameters(Optional[String[1]])
— The parameters to delete a credential if the current user is not the account owner.