/// <summary> /// Delete an existing user and schema in the database, using information from <paramref name="credential"/>, if the schema contains no tables. /// </summary> /// <parameters> /// <param name="rootId">The root identifier.</param> /// <param name="rootPassword">The root password.</param> /// <param name="credential">Information about the user to delete.</param> /// </parameters> public void DeleteCredential(string rootId, string rootPassword, ICredential credential) { Connector.DeleteCredential(rootId, rootPassword, credential); }