Deleting a database will remove the database and all children resources (collections, documents, etc.).
await this.client.DeleteDatabaseAsync(UriFactory.CreateDatabaseUri(databaseName));